diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-21 14:37:50 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-21 14:37:50 +0000 |
commit | 4e6bba7df8170514183040897e363528c574be0e (patch) | |
tree | 60fc7da7ba8c7627347ba5d6bdae5b64fe1eb9f1 /syslogd.h | |
parent | 783d2c0368b7992822bfea3a981e56bf063b188a (diff) | |
download | rsyslog-4e6bba7df8170514183040897e363528c574be0e.tar.gz rsyslog-4e6bba7df8170514183040897e363528c574be0e.tar.xz rsyslog-4e6bba7df8170514183040897e363528c574be0e.zip |
created first version of imtcp (still very much depending on syslogd.c for
configuration and a lot of other things)
Diffstat (limited to 'syslogd.h')
-rw-r--r-- | syslogd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ int getSubString(uchar **ppSrc, char *pDst, size_t DstSize, char cSep); */ void logmsgInternal(int pri, char *msg, int flags); void logmsg(int pri, msg_t *pMsg, int flags); +void debugListenInfo(int fd, char *type); extern int bFinished; /* used by termination signal handler, read-only except there */ extern int glblHadMemShortage; /* indicates if we had memory shortage some time during the run */ |