Searched defs:proxyLockingContext (Results 1 – 1 of 1) sorted by relevance
6940 typedef struct proxyLockingContext proxyLockingContext; typedef6941 struct proxyLockingContext { struct6942 unixFile *conchFile; /* Open conch file */6943 char *conchFilePath; /* Name of the conch file */6944 unixFile *lockProxy; /* Open proxy lock file */6945 char *lockProxyPath; /* Name of the proxy lock file */6946 char *dbPath; /* Name of the open file */6947 int conchHeld; /* 1 if the conch is held, -1 if lockless */6948 int nFails; /* Number of conch taking failures */6949 void *oldLockingContext; /* Original lockingcontext to restore on close */[all …]