fsautoproc
Basic file transformation automation management utility
|
File lock structure for managing a single file path. More...
#include <fl.h>
Data Fields | |
const char * | path |
File path to lock. | |
int | fd |
File descriptor once opened. | |
_Bool | open |
Open status of the file. | |
File lock structure for managing a single file path.
int flock_s::fd |
File descriptor once opened.
_Bool flock_s::open |
Open status of the file.
const char* flock_s::path |
File path to lock.