The file cache is now locked with a mutex to prevent other processes
commit225b956561c0c2cd07b586e2a8110a67cf2ede7e
authorBen Kibbey <bjk@luxsci.net>
Sun, 7 Oct 2007 01:19:05 +0000 (6 21:19 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sun, 7 Oct 2007 01:19:05 +0000 (6 21:19 -0400)
treec21cb08b98ac84b026510a6807296819bacc7cfb
parent589dab51269037e2d319e821da9bb89b6827d859
The file cache is now locked with a mutex to prevent other processes
from modifying it. It's only locked when commands that affect the
cached are used and unlock afterwards.
acinclude.m4 [new file with mode: 0644]
configure.ac
src/cache.c
src/cache.h
src/commands.c
src/pwmd.c