summaryrefslogtreecommitdiffstats
path: root/src/collectors/proc.plugin/plugin_proc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/collectors/proc.plugin/plugin_proc.h (renamed from collectors/proc.plugin/plugin_proc.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/proc.plugin/plugin_proc.h b/src/collectors/proc.plugin/plugin_proc.h
index e4fc105ba..187e76a97 100644
--- a/collectors/proc.plugin/plugin_proc.h
+++ b/src/collectors/proc.plugin/plugin_proc.h
@@ -54,7 +54,7 @@ extern unsigned long long zfs_arcstats_shrinkable_cache_size_bytes;
extern bool inside_lxc_container;
// netdev renames
-void netdev_rename_device_add(
+void cgroup_rename_task_add(
const char *host_device,
const char *container_device,
const char *container_name,
@@ -62,7 +62,7 @@ void netdev_rename_device_add(
const char *ctx_prefix,
const DICTIONARY_ITEM *cgroup_netdev_link);
-void netdev_rename_device_del(const char *host_device);
+void cgroup_rename_task_device_del(const char *host_device);
#include "proc_self_mountinfo.h"
#include "proc_pressure.h"