summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:10:00 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:10:00 +0100
commitbedc903ae0452934559b4b8aea86a1effb5ba6dc (patch)
treeaacb26b6823984ef4772d7126087edb55d0f6989 /runtime
parent0a5b731f2f18168795bcdefd9b6fa562dce6a0d5 (diff)
parente4542eb926c9fd757dc8f40f4fe6cb843b8b2650 (diff)
downloadrsyslog-bedc903ae0452934559b4b8aea86a1effb5ba6dc.tar.gz
rsyslog-bedc903ae0452934559b4b8aea86a1effb5ba6dc.tar.xz
rsyslog-bedc903ae0452934559b4b8aea86a1effb5ba6dc.zip
Merge branch 'v3-stable' into v4-stable
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! */