X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsnmp.c;h=352075f26ded8ef75802d020c069de9d53836c0a;hb=2dfe59bc808f1b58226c752511318ebe9f78e34e;hp=998c4b648fbffde71a2dc9cd5f056b80ff266df4;hpb=619f112a584fcd89d2e8df7781a0a01341188189;p=collectd.git diff --git a/src/snmp.c b/src/snmp.c index 998c4b64..352075f2 100644 --- a/src/snmp.c +++ b/src/snmp.c @@ -696,6 +696,7 @@ static void csnmp_host_open_session (host_definition_t *host) } } /* void csnmp_host_open_session */ +/* TODO: Check if negative values wrap around. Problem: negative temperatures. */ static value_t csnmp_value_list_to_value (struct variable_list *vl, int type, double scale, double shift) {