genode/libports/src/server/ffat_fs
Norman Feske 13d4108fea Unify 'Signal_dispatcher' interfaces
Several users of the signal API used custom convenience classes to
invoke signal-handling functions on the reception of incoming signals.
The 'Signal_dispatcher' pattern turned out to be particularly useful. To
avoid the duplication of this code across the code base, this patch
adds the interface to 'base/signal.h'.

Furthermore, the patch changes the 'Signal::num()' return type from int
to unsigned because negative numbers are meaningless here.

Fixes #511
2013-01-10 21:09:14 +01:00
..
directory.h FAT file system service 2012-07-10 16:30:26 +02:00
file.h FAT file system service 2012-07-10 16:30:26 +02:00
main.cc Unify 'Signal_dispatcher' interfaces 2013-01-10 21:09:14 +01:00
node_handle_registry.h FAT file system service 2012-07-10 16:30:26 +02:00
node.h ffat_fs: work with absolute paths 2012-09-14 12:23:26 +02:00
target.mk FAT file system service 2012-07-10 16:30:26 +02:00
util.h FAT file system service 2012-07-10 16:30:26 +02:00