Next: Introduction, Previous: Top, Up: Top [Contents][Index]
The changes introduced in 5:0:2 are the following:
fsw::fen_monitor class has been added to provide a
monitor based on the Solaris/Illumos File Events Notification
API.
monitor::set_directory_only method to set a flag to
only watch directories during a recursive scan.
fsw_set_directory_only function to set a flag to only
watch directories during a recursive scan.
fsw_logf_perror function to log a
printf-compatible message using perror.
The changes introducted in 4:0:1 are the following:
The changes introduced in 3:0:0 are the following:
monitor class.
monitor class.
monitor::add_event_type_filter method to add an event
type filter.
monitor::set_event_type_filters method to set the
event type filters.
monitor::notify_events method to centralize event
filtering and dispatching into the base monitor class.
event::get_event_flag_by_name method to lookup an
event type by name.
event::get_event_flag_name method to get the name of
an event type.
ostream& operator<<(ostream& out, const
fsw_event_flag flag) operator to simplify printing the name of an
event type on a stream.
fsw_event_type_filter structure to represent a event
type filter.
FSW_ERR_UNKNOWN_VALUE exit code.
fsw_add_event_type_filter function to add an event
type filter.
fsw_get_event_flag_by_name function to lookup an
event type by name.
fsw_get_event_flag_name function to get the name of
an event type.
Next: Introduction, Previous: Top, Up: Top [Contents][Index]