Searched defs:proxyLockingContext (Results 1 – 1 of 1) sorted by relevance
47611 typedef struct proxyLockingContext proxyLockingContext; typedef47612 struct proxyLockingContext { struct47613 unixFile *conchFile; /* Open conch file */47614 char *conchFilePath; /* Name of the conch file */47615 unixFile *lockProxy; /* Open proxy lock file */47616 char *lockProxyPath; /* Name of the proxy lock file */47617 char *dbPath; /* Name of the open file */47618 int conchHeld; /* 1 if the conch is held, -1 if lockless */47619 int nFails; /* Number of conch taking failures */47620 void *oldLockingContext; /* Original lockingcontext to restore on close */[all …]