The Pedigree Project 0.1
Public Member Functions | Public Attributes | List of all members
InotifyState Class Reference
+ Collaboration diagram for InotifyState:

Public Member Functions

 InotifyState (InotifyInstance *owner)
 

Public Attributes

Mutex lock
 
List< InotifyWatch * > watches
 
SharedPointer< InotifyQueue > queue
 
int nextWd
 
bool descriptorOpen
 

Detailed Description

Definition at line 344 of file inotify-syscalls.cc.

Constructor & Destructor Documentation

◆ InotifyState()

InotifyState::InotifyState ( InotifyInstance owner)
inlineexplicit

Definition at line 346 of file inotify-syscalls.cc.

Member Data Documentation

◆ descriptorOpen

bool InotifyState::descriptorOpen

Definition at line 353 of file inotify-syscalls.cc.

◆ lock

Mutex InotifyState::lock

Definition at line 349 of file inotify-syscalls.cc.

◆ nextWd

int InotifyState::nextWd

Definition at line 352 of file inotify-syscalls.cc.

◆ queue

SharedPointer<InotifyQueue> InotifyState::queue

Definition at line 351 of file inotify-syscalls.cc.

◆ watches

List<InotifyWatch*> InotifyState::watches

Definition at line 350 of file inotify-syscalls.cc.


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