aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-12 05:06:46 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-12 05:06:46 +0200
commit168a2edcc6db0c790abff8af451e455709c7e22a (patch)
tree36258517453c934ed3548b96a1f0c8c21a0ff557 /src
parenttypo (diff)
downloadmds-168a2edcc6db0c790abff8af451e455709c7e22a.tar.gz
mds-168a2edcc6db0c790abff8af451e455709c7e22a.tar.bz2
mds-168a2edcc6db0c790abff8af451e455709c7e22a.tar.xz
document siginfo and add it to macros.h
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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
*/