Acquire an exclusive lock before writing to any file. Note that in
authormagnum <john.magnum@hushmail.com>
Fri, 29 Jan 2016 10:54:18 +0000 (11:54 +0100)
committermagnum <john.magnum@hushmail.com>
Fri, 29 Jan 2016 15:48:19 +0000 (16:48 +0100)
commitce170ea980b4442dfc4b9064666763ae30e1499d
tree426f58fa41712fa7813ee53040ca5e4a1b2a856d
parent2a160b27061cf23f793b55987cd537873b67ce8a
Acquire an exclusive lock before writing to any file. Note that in
some cases we never explicitly unlock a file because fclose will do
it implicitly. Closes #172.
include/common.h
include/shared.h
src/oclHashcat.c
src/shared.c