|
Tor 0.4.9.8
|
Data Fields | |
| char * | filename |
| int | fd |
Represents a lockfile on which we hold the lock.
Definition at line 38 of file lockfile.c.
| int fd |
File descriptor used to hold the file open
Definition at line 42 of file lockfile.c.
Referenced by tor_lockfile_lock(), and tor_lockfile_unlock().
| char* filename |
Name of the file
Definition at line 40 of file lockfile.c.
Referenced by tor_lockfile_lock(), and tor_lockfile_unlock().