diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-12 14:48:08 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-12 14:48:08 +0100 |
commit | 3391af97b45ba40f37e35f61543e1b788875a2bc (patch) | |
tree | 2904bd693f33c4eccabd8e3f2e69d41a4ff8663a /runtime/net.h | |
parent | edd68334ac16aced4505bbde263313445766e899 (diff) | |
parent | 96790ad40308f031e9dfa218d7e48d4c16154f9e (diff) | |
download | rsyslog-3391af97b45ba40f37e35f61543e1b788875a2bc.tar.gz rsyslog-3391af97b45ba40f37e35f61543e1b788875a2bc.tar.bz2 rsyslog-3391af97b45ba40f37e35f61543e1b788875a2bc.zip |
Merge branch 'v4-stable' into v5-stable
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 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! */ |