LXC
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
lxc_lock Struct Reference

#include <lxclock.h>

Data Fields

short type
 Lock type.
union {
   sem_t *   sem
 Anonymous semaphore (LXC_LOCK_ANON_SEM)
   struct {
      int   fd
 fd on which a lock is held (if not -1)
      char *   fname
 Name of lock.
   }   f
u
 Container for lock type elements.

Detailed Description

LXC Lock

Field Documentation

struct { ... } lxc_lock::f

LXC_LOCK_FLOCK details


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