Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'criu/include/cgroup-props.h')
-rw-r--r--criu/include/cgroup-props.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/criu/include/cgroup-props.h b/criu/include/cgroup-props.h
index 11b677548..10a7061b8 100644
--- a/criu/include/cgroup-props.h
+++ b/criu/include/cgroup-props.h
@@ -10,6 +10,7 @@ typedef struct {
} cgp_t;
extern cgp_t cgp_global;
+extern cgp_t cgp_global_v2;
extern const cgp_t *cgp_get_props(const char *name);
extern bool cgp_should_skip_controller(const char *name);
extern bool cgp_add_dump_controller(const char *name);