projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
647b4b4
)
snmp plugin: Use `size_t' for the OID length to be more portable.
author
Florian Forster
<octo@huhu.verplant.org>
Wed, 13 Jun 2007 11:00:17 +0000
(13:00 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Wed, 13 Jun 2007 11:00:17 +0000
(13:00 +0200)
src/snmp.c
patch
|
blob
|
history
diff --git
a/src/snmp.c
b/src/snmp.c
index
64f41ad
..
7473341
100644
(file)
--- a/
src/snmp.c
+++ b/
src/snmp.c
@@
-32,7
+32,7
@@
struct oid_s
{
oid oid[MAX_OID_LEN];
-
uint32
_t oid_len;
+
size
_t oid_len;
};
typedef struct oid_s oid_t;