chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / lockfile.h
index ddfdd25a4d494e4f39db1c3c667f5658d8a0735c..eb089edb5a89f44dd48d173f7fb7dc05b1a30d1e 100644 (file)
@@ -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;