From 168a2edcc6db0c790abff8af451e455709c7e22a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 12 Apr 2015 05:06:46 +0200 Subject: document siginfo and add it to macros.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libmdsserver/macros.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/libmdsserver/macros.h b/src/libmdsserver/macros.h index 2e1013d..7ab5f04 100644 --- a/src/libmdsserver/macros.h +++ b/src/libmdsserver/macros.h @@ -609,6 +609,15 @@ #endif +/** + * The user want the server to dump information + * about the server's state or statistics + */ +#ifndef SIGINFO +# define SIGINFO (SIGRTMIN + 2) +#endif + + /** * The user wants the program to re-exec. * into an updated binary -- cgit v1.2.3-70-g09d2