|
The Pedigree Project 0.1
|
Collaboration diagram for InotifyState:Public Member Functions | |
| InotifyState (InotifyInstance *owner) | |
Public Attributes | |
| Mutex | lock |
| List< InotifyWatch * > | watches |
| SharedPointer< InotifyQueue > | queue |
| int | nextWd |
| bool | descriptorOpen |
Definition at line 344 of file inotify-syscalls.cc.
|
inlineexplicit |
Definition at line 346 of file inotify-syscalls.cc.
| bool InotifyState::descriptorOpen |
Definition at line 353 of file inotify-syscalls.cc.
| Mutex InotifyState::lock |
Definition at line 349 of file inotify-syscalls.cc.
| int InotifyState::nextWd |
Definition at line 352 of file inotify-syscalls.cc.
| SharedPointer<InotifyQueue> InotifyState::queue |
Definition at line 351 of file inotify-syscalls.cc.
| List<InotifyWatch*> InotifyState::watches |
Definition at line 350 of file inotify-syscalls.cc.