genode/repos/os/include/vfs
Emery Hemingway 9c6b720ec1 Notification support for the VFS library
Add a new 'Vfs_watch_handle' type to the VFS interface. This handle type
will pass a handle context up through the I/O handler to the application
when a notification event occurs.

Watch support implemented for RAM and File_system plugins, all other
file-systems return WATCH_ERR_STATIC by default.

Test at run/fs_rom_update_ram and run/fs_rom_update_fs.

Fix #1934
2018-04-10 11:11:51 +02:00
..
dir_file_system.h Notification support for the VFS library 2018-04-10 11:11:51 +02:00
directory_service.h Notification support for the VFS library 2018-04-10 11:11:51 +02:00
file_io_service.h Notification support for the VFS library 2018-04-10 11:11:51 +02:00
file_system_factory.h vfs: pass root directory to plugins 2018-04-10 11:09:17 +02:00
file_system.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
print.h Print support for VFS errors 2017-11-30 11:23:02 +01:00
readonly_value_file_system.h vfs: add 'Readonly_value_file_system' 2018-04-10 11:09:18 +02:00
single_file_system.h VFS: catch Out_of_ram and Out_of_cap exceptions 2018-02-14 20:41:07 +01:00
types.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
vfs_handle.h Notification support for the VFS library 2018-04-10 11:11:51 +02:00