diff options
author | Stef Walter <stef@memberwebs.com> | 2009-10-24 14:10:37 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-10-24 14:10:37 +0000 |
commit | 54c751ffc4f79dcd916b4dffe690f59615c7146d (patch) | |
tree | 33664990f79460c120a6e00ba88026664cc46abb /daemon/rrdbotd.h | |
parent | b6c94d893237f4c339a1ad9ede7b809811001f77 (diff) |
Add back support for ports in snmp urls.
* Note that for urls like: snmp://host1,host2:161/xxx the
port applies to both hosts.
Diffstat (limited to 'daemon/rrdbotd.h')
-rw-r--r-- | daemon/rrdbotd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/rrdbotd.h b/daemon/rrdbotd.h index aa19b23..49ec1bb 100644 --- a/daemon/rrdbotd.h +++ b/daemon/rrdbotd.h @@ -76,6 +76,7 @@ typedef struct _rb_item /* Host names, with alternate hosts */ #define MAX_HOSTNAMES 16 const char* hostnames[MAX_HOSTNAMES]; + const char* portnum; int hostindex; int n_hostnames; |