Changeset 1204 for trunk/xcache/xc_lock.h
- Timestamp:
- 12/17/2012 06:11:58 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/xcache/xc_lock.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_lock.h
r1199 r1204 6 6 #endif /* _MSC_VER > 1000 */ 7 7 8 #include <stdlib.h> 9 8 10 typedef struct _xc_lock_t xc_lock_t; 9 11 10 xc_lock_t *xc_lock_init(const char *pathname, int interprocess /* only with ZTS */); 12 size_t xc_lock_size(void); 13 xc_lock_t *xc_lock_init(xc_lock_t *lck, const char *pathname, unsigned char interprocess /* only with ZTS */); 11 14 void xc_lock_destroy(xc_lock_t *lck); 12 15 void xc_lock(xc_lock_t *lck);

