diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-17 09:41:00 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-17 09:41:00 +0100 |
commit | 2a1d97263f639744b1caefe79ab60e4907e8ac41 (patch) | |
tree | de928841e3574019c8c7fe9a06ea96577fe202c9 /runtime/net.h | |
parent | 8aec830cf5531390b444ab0744d629b5e89e7440 (diff) | |
parent | d8b3669e6d790c916afc0fa228e3cd7ac8d40063 (diff) | |
download | rsyslog-2a1d97263f639744b1caefe79ab60e4907e8ac41.tar.gz rsyslog-2a1d97263f639744b1caefe79ab60e4907e8ac41.tar.bz2 rsyslog-2a1d97263f639744b1caefe79ab60e4907e8ac41.zip |
Merge branch 'v4-stable' into v4-beta
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! */ |