Added new message codes for adding/removing a syslog listener.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5341 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
95f0fd9010
commit
37023b5035
@ -9,8 +9,12 @@
|
|||||||
#include <OS.h>
|
#include <OS.h>
|
||||||
|
|
||||||
|
|
||||||
#define SYSLOG_PORT_NAME "syslog_daemon"
|
#define SYSLOG_PORT_NAME "syslog_daemon"
|
||||||
#define SYSLOG_MESSAGE '_Syl'
|
|
||||||
|
#define SYSLOG_MESSAGE '_Syl'
|
||||||
|
#define SYSLOG_ADD_LISTENER 'aSyl'
|
||||||
|
#define SYSLOG_REMOVE_LISTENER 'rSyl'
|
||||||
|
|
||||||
|
|
||||||
// This message is sent from both, the POSIX syslog API and the kernel's
|
// This message is sent from both, the POSIX syslog API and the kernel's
|
||||||
// dprintf() logging facility if logging to syslog was enabled.
|
// dprintf() logging facility if logging to syslog was enabled.
|
||||||
|
Loading…
Reference in New Issue
Block a user