summaryrefslogtreecommitdiffstats
path: root/include/libcgroup/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcgroup/config.h')
-rw-r--r--include/libcgroup/config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/libcgroup/config.h b/include/libcgroup/config.h
new file mode 100644
index 0000000..68029b8
--- /dev/null
+++ b/include/libcgroup/config.h
@@ -0,0 +1,16 @@
+#ifndef _LIBCGROUP_CONFIG_H
+#define _LIBCGROUP_CONFIG_H
+
+#include <features.h>
+
+__BEGIN_DECLS
+
+/*
+ * Config related stuff
+ */
+int cgroup_config_load_config(const char *pathname);
+int cgroup_unload_cgroups(void);
+
+__END_DECLS
+
+#endif /*_LIBCGROUP_CONFIG_H*/