pike.git/lib/modules/Filesystem.pmod/Monitor.pmod/symlinks.pike:121: Inside #if constant(readlink)
//! Called by @[check()] and @[check_monitor()].
//!
//! Overload this to do something useful.
//! Monitoring information for a single filesystem path.
//!
//! With support for expansion of symbolic links.
//!
//! @seealso
//! @[monitor()]
- protected class Monitor
+ protected class DefaultMonitor
{
- //! Based on @[Filesystem.Monitor.basic.Monitor].
- inherit basic::Monitor;
+ //! Based on @[Filesystem.Monitor.basic.DefaultMonitor].
+ inherit basic::DefaultMonitor;
//! Mask of symlink ids that can reach this monitor.
int symlinks;
//! Call a notification callback and handle symlink expansion.
//!
//! @param cb
//! Callback to call or @[UNDEFINED] for no operation.
//!
//! @param state