Extends the node monitor class by adding directory-specific notifications
File system utility functions
Extends the node monitor class by adding directory-specific notifications
Note that the node number is most likely
no longer valid, unless a reference is being kept to keep it around.
For instance, this would be done just by keeping a valid BFile object pointing to the entry.
The entry that the node
is associated with, however, is long gone, and that is why there is no name
parameter to this function.
virtual void EntryRemoved(ino_t node)
virtual void EntryMovedIn(node_ref &from_directory, const char *name_of_node, ino_t node)
name_of_node - The name of entry that moved in.
node - The node number of the entry that moved in. virtual void EntryMovedOut(node_ref &to_directory, const char *name_of_node, ino_t node)
name_of_node - The name of entry that moved out.
node - The node number of the entry that moved out.
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de