diff options
Diffstat (limited to 'src/mds-base.h')
-rw-r--r-- | src/mds-base.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mds-base.h b/src/mds-base.h index c8666a1..edc42fa 100644 --- a/src/mds-base.h +++ b/src/mds-base.h @@ -159,6 +159,14 @@ void server_initialised(void); /* __attribute__((weak)) */ /** + * This function is called when an intraprocess signal + * that used to send a notification to a thread + * + * @param signo The signal that has been received + */ +void received_noop(int signo) __attribute__((weak, const)); + +/** * This function should be implemented by the actual server implementation * if the server is multithreaded * |