Code

src/common.h: NOTIFICATION_INIT_VL: Remove the "ds" argument.
[collectd.git] / src / threshold.c
index 893975027482c9c4d0aff0dce4417c841300c6c2..7d48244c4948a29b85b885e22b2c18c6309ecc01 100644 (file)
@@ -628,7 +628,7 @@ static int ut_report_state (const data_set_t *ds,
   if (state != state_old)
     uc_set_state (ds, vl, state);
 
-  NOTIFICATION_INIT_VL (&n, vl, ds);
+  NOTIFICATION_INIT_VL (&n, vl);
 
   buf = n.message;
   bufsize = sizeof (n.message);