]> arthur.barton.de Git - netdata.git/blobdiff - src/proc_net_rpc_nfsd.c
Fix mirrored disks stats issue in FreeBSD plugin
[netdata.git] / src / proc_net_rpc_nfsd.c
index e0092c722d6ac15e8556303df8b411990c718978..863552056a2807e2348c5da8e9423108a4f04332 100644 (file)
@@ -209,7 +209,7 @@ struct nfsd_procs nfsd4_ops_values[] = {
 };
 
 
-int do_proc_net_rpc_nfsd(int update_every, unsigned long long dt) {
+int do_proc_net_rpc_nfsd(int update_every, usec_t dt) {
     static procfile *ff = NULL;
     static int do_rc = -1, do_fh = -1, do_io = -1, do_th = -1, do_ra = -1, do_net = -1, do_rpc = -1, do_proc2 = -1, do_proc3 = -1, do_proc4 = -1, do_proc4ops = -1;
     static int ra_warning = 0, th_warning = 0, proc2_warning = 0, proc3_warning = 0, proc4_warning = 0, proc4ops_warning = 0;