summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-14 18:56:25 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-14 18:56:25 +0100
commit745d95825a6a23ff187ad42c5843ad68d8d80afd (patch)
tree558ec4f50e3425a397590669ee90007e7ee8d210 /include
parenta00394b2149f36e0a8ca5af9e1b1888709490f08 (diff)
downloadwolfbones-745d95825a6a23ff187ad42c5843ad68d8d80afd.tar.gz
wolfbones-745d95825a6a23ff187ad42c5843ad68d8d80afd.tar.bz2
everything compiles and works again
Diffstat (limited to 'include')
-rw-r--r--include/wolf/messages.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wolf/messages.h b/include/wolf/messages.h
index 0838908..80540c7 100644
--- a/include/wolf/messages.h
+++ b/include/wolf/messages.h
@@ -64,6 +64,9 @@
#define WOLF_MSG_LOGGER_BASE WOLF_CATEGORY_LOGGER * 1000
#define WOLF_MSG_LOGGER_UNABLE_TO_OPEN_LOGFILE WOLF_MSG_LOGGER_BASE+1
+/* for users which extend the logger, for instance their own logging channel to a serial console */
+#define WOLF_MSG_LOGGER_USER_BASE WOLF_MSG_LOGGER_BASE+500
+
/*
* MESSAGES of category DAEMON
*/
@@ -151,6 +154,9 @@
#define WOLF_MSG_DAEMON_CANT_READ_SIGNAL_FROM_PIPE WOLF_MSG_DAEMON_BASE+74
#define WOLF_MSG_DAEMON_NON_ATOMIC_READ_ON_SIGNAL_PIPE WOLF_MSG_DAEMON_BASE+75
+/* for users which extend the daemon, for instance when writting a real daemon */
+#define WOLF_MSG_DAEMON_USER_BASE WOLF_MSG_DAEMON_BASE+500
+
#ifdef __cplusplus
extern "C" {
#endif