diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-12 05:23:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-12 05:23:19 +0200 |
commit | 6dbcbc441ab98bcf0a602d9aa86232ae94e08a97 (patch) | |
tree | 46ea1235a1f84b57b65a9741415c35e9b911f69e /doc | |
parent | info: sigrtmin (diff) | |
download | mds-6dbcbc441ab98bcf0a602d9aa86232ae94e08a97.tar.gz mds-6dbcbc441ab98bcf0a602d9aa86232ae94e08a97.tar.bz2 mds-6dbcbc441ab98bcf0a602d9aa86232ae94e08a97.tar.xz |
noop implementation of siginfo support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 8425421..7aa0808 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -4971,6 +4971,12 @@ signal is specified by the parameter @code{signo}. When this function is invoked, it should set the variable @code{terminating} to a non-zero value. +@item @code{received_info} [(@code{int signo}) @arrow{} @code{void}] +This function is called when a signal that signals the +server to dump state information and statistics has been +received. The exact received signal is specified by the +parameter @code{signo}. + @item @code{fork_cleanup} [(@code{int status}) @arrow{} @code{void}] This function should be implemented by the actual server implementation if the server has set |