summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:47:10 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:47:10 +0100
commit2194f86fdd4f92df0910593c46b2f3092513cfc2 (patch)
treea548bda8175e373c5122e693e4d3349a2e19be81 /runtime
parent329b20451f0ed767dbf08903cab9a380ff1f4302 (diff)
parent8aec830cf5531390b444ab0744d629b5e89e7440 (diff)
downloadrsyslog-2194f86fdd4f92df0910593c46b2f3092513cfc2.tar.gz
rsyslog-2194f86fdd4f92df0910593c46b2f3092513cfc2.tar.xz
rsyslog-2194f86fdd4f92df0910593c46b2f3092513cfc2.zip
Merge branch 'v4-beta' into v4-devel
Diffstat (limited to 'runtime')
-rw-r--r--runtime/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/net.h b/runtime/net.h
index ec364b1c..a50b6fcb 100644
--- a/runtime/net.h
+++ b/runtime/net.h
@@ -149,8 +149,8 @@ BEGINinterface(net) /* name must also be changed in ENDinterface macro! */
/* v5 interface additions */
int (*CmpHost)(struct sockaddr_storage *, struct sockaddr_storage*, size_t);
/* data members - these should go away over time... TODO */
- int *pACLAddHostnameOnFail; /* add hostname to acl when DNS resolving has failed */
- int *pACLDontResolve; /* add hostname to acl instead of resolving it to IP(s) */
+ int pACLAddHostnameOnFail; /* add hostname to acl when DNS resolving has failed */
+ int pACLDontResolve; /* add hostname to acl instead of resolving it to IP(s) */
ENDinterface(net)
#define netCURR_IF_VERSION 5 /* increment whenever you change the interface structure! */