diff options
Diffstat (limited to 'src/plugin_proc.h')
-rw-r--r-- | src/plugin_proc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugin_proc.h b/src/plugin_proc.h index 72cfc6aa9..fa5675440 100644 --- a/src/plugin_proc.h +++ b/src/plugin_proc.h @@ -26,6 +26,8 @@ extern int do_proc_uptime(int update_every, usec_t dt); extern int do_proc_sys_devices_system_edac_mc(int update_every, usec_t dt); extern int do_proc_sys_devices_system_node(int update_every, usec_t dt); extern int do_proc_spl_kstat_zfs_arcstats(int update_every, usec_t dt); +extern int do_proc_net_sockstat(int update_every, usec_t dt); +extern int do_proc_net_sockstat6(int update_every, usec_t dt); extern int get_numa_node_count(void); |