]> arthur.barton.de Git - netdata.git/blobdiff - src/proc_net_ip_vs_stats.c
added more fping alarms; added the ability to have alarms that never send CLEAR notif...
[netdata.git] / src / proc_net_ip_vs_stats.c
index de3e0e460cdd1b750d72e0f5e04a4c56b9213bef..34cadaea711e988ba7628818c98a146c1d33b3a6 100644 (file)
@@ -1,9 +1,8 @@
 #include "common.h"
 
 #define RRD_TYPE_NET_IPVS           "ipvs"
-#define RRD_TYPE_NET_IPVS_LEN       strlen(RRD_TYPE_NET_IPVS)
 
-int do_proc_net_ip_vs_stats(int update_every, unsigned long long dt) {
+int do_proc_net_ip_vs_stats(int update_every, usec_t dt) {
     static int do_bandwidth = -1, do_sockets = -1, do_packets = -1;
     static procfile *ff = NULL;