summaryrefslogtreecommitdiffstats
path: root/runtime/net.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-17 09:40:43 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-17 09:40:43 +0100
commitd8b3669e6d790c916afc0fa228e3cd7ac8d40063 (patch)
tree27d76f8d3eeccceee502c1003ec5c4da1c0b3f4e /runtime/net.h
parent96790ad40308f031e9dfa218d7e48d4c16154f9e (diff)
parentdd40c7ff901d7d7414cda5cf60da647d450ed741 (diff)
downloadrsyslog-d8b3669e6d790c916afc0fa228e3cd7ac8d40063.tar.gz
rsyslog-d8b3669e6d790c916afc0fa228e3cd7ac8d40063.tar.xz
rsyslog-d8b3669e6d790c916afc0fa228e3cd7ac8d40063.zip
Merge branch 'v3-stable' into v4-stable
Conflicts: doc/rsyslog_conf.html runtime/net.c
Diffstat (limited to 'runtime/net.h')
-rw-r--r--runtime/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/net.h b/runtime/net.h
index a50b6fcb..ec364b1c 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! */