X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flockfile.h;h=71cff4a157a2d00701493b50649f35c0b05e5df4;hb=0ed6cb44b131fe292d26a21f3068de2ac58e76ee;hp=c8b77f2f6bc1bc66403e02442d08753fb297ae35;hpb=ac5d03e2d024f8f902e2a6615efb6609f7cfe697;p=sympathy.git diff --git a/src/lockfile.h b/src/lockfile.h index c8b77f2..71cff4a 100644 --- a/src/lockfile.h +++ b/src/lockfile.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.4 2008/02/15 19:51:30 james + * *** empty log message *** + * * Revision 1.3 2008/02/15 18:16:36 james * *** empty log message *** * @@ -37,4 +40,16 @@ typedef struct { Filelist_ent *head; } Filelist; + +typedef struct +{ + int mode; + int i; + struct timeval last_stale_purge; + Filelist locks_to_check; + Filelist locks_held; +} Serial_lock; + + + #endif /* __LOCKFILE_H__ */