1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

s/DOTLOCK/dotlock_t/.

Add some stuff for g13.
This commit is contained in:
Werner Koch 2009-09-23 10:28:41 +00:00
parent 3974488cd1
commit 1d0e9816e4
18 changed files with 903 additions and 39 deletions

View file

@ -86,7 +86,7 @@ struct cmp_xdir_struct {
static char *db_name;
static DOTLOCK lockhandle;
static dotlock_t lockhandle;
static int is_locked;
static int db_fd = -1;
static int in_transaction;