genode/repos/os/include/file_system_session
Emery Hemingway 4a3fc21ada New watch handle mechanism for File_system session
File_system clients may now watch files and directories for changes by
opening a 'Watch_handle' rather than submitting a 'CONTENT_CHANGED'
packet to the server. When a change happens at a node with an open
Watch_handle a CONTENT_CHANGED packet will be sent from the server to
the client. This serializes registration with other handle operations
and separates I/O handle state from notification handle state.

Test at run/fs_rom_update.

Ref #1934
2018-02-14 20:41:09 +01:00
..
capability.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
client.h New watch handle mechanism for File_system session 2018-02-14 20:41:09 +01:00
connection.h New watch handle mechanism for File_system session 2018-02-14 20:41:09 +01:00
file_system_session.h New watch handle mechanism for File_system session 2018-02-14 20:41:09 +01:00
rpc_object.h New watch handle mechanism for File_system session 2018-02-14 20:41:09 +01:00