diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-17 11:52:10 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-17 11:52:10 +0000 |
commit | 9088ee33893803cc47a69ba671ebfe10cc09c95b (patch) | |
tree | e0889ed5bb7dc349eff57d0af1a21c5a81c86218 /syslogd.c | |
parent | 369b0ebd927545b9a9e4be211580ce6e0d77284d (diff) | |
download | rsyslog-9088ee33893803cc47a69ba671ebfe10cc09c95b.tar.gz rsyslog-9088ee33893803cc47a69ba671ebfe10cc09c95b.tar.bz2 rsyslog-9088ee33893803cc47a69ba671ebfe10cc09c95b.zip |
begun imklog, replacing klogd.c (finally we get rid of it...)
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -492,7 +492,6 @@ static char *LogPort = "514"; /* port number for INET connections */ static int MarkInterval = 20 * 60; /* interval between marks in seconds - read-only after startup */ int family = PF_UNSPEC; /* protocol family (IPv4, IPv6 or both), set via cmdline */ int send_to_all = 0; /* send message to all IPv4/IPv6 addresses */ -static int MarkSeq = 0; /* mark sequence number - modified in domark() only */ static int NoFork = 0; /* don't fork - don't run in daemon mode - read-only after startup */ static int AcceptRemote = 0;/* receive messages that come via UDP - read-only after startup */ int ACLAddHostnameOnFail = 0; /* add hostname to acl when DNS resolving has failed */ @@ -650,7 +649,6 @@ static void *singleWorker(); /* REMOVEME later 2005-10-24 */ /* Function prototypes. */ static char **crunch_list(char *list); static void printline(char *hname, char *msg, int iSource); -static void logmsg(int pri, msg_t*, int flags); static rsRetVal fprintlog(action_t *pAction); static void reapchild(); static void debug_switch(); |