X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsnmp.c;h=352075f26ded8ef75802d020c069de9d53836c0a;hb=0171b227b670c7ca338b26bfaff303fd7cf2d023;hp=998c4b648fbffde71a2dc9cd5f056b80ff266df4;hpb=f50ada19dcd0dc6185dc4b410e721d46d1caba9f;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) {