23#define F_OFD_SETLKW 38
26#define LXC_LOCK_ANON_SEM 1
27#define LXC_LOCK_FLOCK 2
74extern struct lxc_lock *lxc_newlock(
const char *lxcpath,
const char *name);
92extern int lxclock(
struct lxc_lock *lock,
int timeout);
102extern int lxcunlock(
struct lxc_lock *lock);
109extern void lxc_putlock(
struct lxc_lock *lock);
114extern void process_lock(
void);
119extern void process_unlock(
void);
Definition: lxccontainer.h:92
int fd
Definition: lxclock.h:40
sem_t * sem
Definition: lxclock.h:37
struct lxc_lock::@4::@5 f
char * fname
Definition: lxclock.h:41
short type
Definition: lxclock.h:34