aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libmdsserver/macros.h9
1 files changed, 9 insertions, 0 deletions
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
@@ -610,6 +610,15 @@
/**
+ * 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
*/