aboutsummaryrefslogtreecommitdiffstats
path: root/src/lockfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lockfile.h')
-rw-r--r--src/lockfile.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lockfile.h b/src/lockfile.h
index ddfdd25..eb089ed 100644
--- a/src/lockfile.h
+++ b/src/lockfile.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.6 2008/02/15 23:52:12 james
+ * *** empty log message ***
+ *
* Revision 1.5 2008/02/15 20:52:36 james
* *** empty log message ***
*
@@ -52,8 +55,8 @@ typedef struct
int mode;
int i;
struct timeval last_stale_purge;
- Filelist locks_to_check;
- Filelist locks_held;
+ Filelist *locks_to_check;
+ Filelist *locks_held;
} Serial_lock;