diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-17 09:41:19 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-17 09:41:19 +0100 |
commit | f868d6a17ab03761852699e95dbb0e401944af05 (patch) | |
tree | 21da7721665d454b173d51e8184e68a484803266 /runtime/net.h | |
parent | f94a3034b6c2218f51be5ab84bae591269e07215 (diff) | |
parent | 2a1d97263f639744b1caefe79ab60e4907e8ac41 (diff) | |
download | rsyslog-f868d6a17ab03761852699e95dbb0e401944af05.tar.gz rsyslog-f868d6a17ab03761852699e95dbb0e401944af05.tar.bz2 rsyslog-f868d6a17ab03761852699e95dbb0e401944af05.zip |
Merge branch 'v4-beta' into v4-devel
Diffstat (limited to 'runtime/net.h')
-rw-r--r-- | runtime/net.h | 4 |
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! */ |