|
The Pedigree Project 0.1
|
Collaboration diagram for FanotifyState:Public Attributes | |
| Mutex | lock |
| SharedPointer< FanotifyQueue > | queue {new FanotifyQueue} |
| UniquePointer< FanotifyMark > | marks [MaximumMarks] |
| size_t | count = 0 |
| bool | closed = false |
Definition at line 129 of file fanotify-state.cc.
| bool FanotifyState::closed = false |
Definition at line 135 of file fanotify-state.cc.
| size_t FanotifyState::count = 0 |
Definition at line 134 of file fanotify-state.cc.
| Mutex FanotifyState::lock |
Definition at line 131 of file fanotify-state.cc.
| UniquePointer<FanotifyMark> FanotifyState::marks[MaximumMarks] |
Definition at line 133 of file fanotify-state.cc.
| SharedPointer<FanotifyQueue> FanotifyState::queue {new FanotifyQueue} |
Definition at line 132 of file fanotify-state.cc.