]> arthur.barton.de Git - netdata.git/blobdiff - src/proc_net_ip_vs_stats.c
Fix mirrored disks stats issue in FreeBSD plugin
[netdata.git] / src / proc_net_ip_vs_stats.c
index de3e0e460cdd1b750d72e0f5e04a4c56b9213bef..3513a25f1d3d7279736238f2a292942f2c5c7509 100644 (file)
@@ -3,7 +3,7 @@
 #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;