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

Public Attributes

Mutex lock
 
SharedPointer< FanotifyQueuequeue {new FanotifyQueue}
 
UniquePointer< FanotifyMark > marks [MaximumMarks]
 
size_t count = 0
 
bool closed = false
 

Detailed Description

Definition at line 129 of file fanotify-state.cc.

Member Data Documentation

◆ closed

bool FanotifyState::closed = false

Definition at line 135 of file fanotify-state.cc.

◆ count

size_t FanotifyState::count = 0

Definition at line 134 of file fanotify-state.cc.

◆ lock

Mutex FanotifyState::lock

Definition at line 131 of file fanotify-state.cc.

◆ marks

UniquePointer<FanotifyMark> FanotifyState::marks[MaximumMarks]

Definition at line 133 of file fanotify-state.cc.

◆ queue

SharedPointer<FanotifyQueue> FanotifyState::queue {new FanotifyQueue}

Definition at line 132 of file fanotify-state.cc.


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