fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
flock_s Struct Reference

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.
 

Detailed Description

File lock structure for managing a single file path.

Field Documentation

◆ fd

int flock_s::fd

File descriptor once opened.

◆ open

_Bool flock_s::open

Open status of the file.

◆ path

const char* flock_s::path

File path to lock.


The documentation for this struct was generated from the following file: