diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-02 20:01:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-02 20:01:03 +0200 |
commit | 32bf8aea8f3a46ee6c2808cd2369a7558b7b6bc7 (patch) | |
tree | fcbdc048f48642c033d2c61bd9ca98ab1d02d56d /src/mds-base.h | |
parent | m (diff) | |
download | mds-32bf8aea8f3a46ee6c2808cd2369a7558b7b6bc7.tar.gz mds-32bf8aea8f3a46ee6c2808cd2369a7558b7b6bc7.tar.bz2 mds-32bf8aea8f3a46ee6c2808cd2369a7558b7b6bc7.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 * |