diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-25 16:04:46 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-25 16:04:46 +0000 |
commit | 2c8eae6a0c00b1e067cca8a1a77b7f9ca4a9e7f3 (patch) | |
tree | dc2b3456d81c35f3b0d8946a0d3fc1091d5c3b32 /net.h | |
parent | 7af2c0a66b03db92a9ca1faae6c37c8fdc666c0e (diff) | |
download | rsyslog-2c8eae6a0c00b1e067cca8a1a77b7f9ca4a9e7f3.tar.gz rsyslog-2c8eae6a0c00b1e067cca8a1a77b7f9ca4a9e7f3.tar.xz rsyslog-2c8eae6a0c00b1e067cca8a1a77b7f9ca4a9e7f3.zip |
moved some of the udp input code to its right place
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -80,6 +80,9 @@ int *create_udp_socket(uchar *LogPort); extern int ACLAddHostnameOnFail; /* add hostname to acl when DNS resolving has failed */ extern int ACLDontResolve; /* add hostname to acl instead of resolving it to IP(s) */ +extern struct AllowedSenders *pAllowedSenders_UDP; +extern struct AllowedSenders *pAllowedSenders_TCP; +extern struct AllowedSenders *pAllowedSenders_GSS; #endif /* #ifdef SYSLOG_INET */ #endif /* #ifndef INCLUDED_NET_H */ |