summaryrefslogtreecommitdiffstats
path: root/tests/libcgrouptest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libcgrouptest.h')
-rw-r--r--tests/libcgrouptest.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/libcgrouptest.h b/tests/libcgrouptest.h
index af427f5..4ec1651 100644
--- a/tests/libcgrouptest.h
+++ b/tests/libcgrouptest.h
@@ -56,6 +56,28 @@ enum cgroup_control_val_t {
STRING,
};
+enum info_message_t {
+ NULLGRP,
+ COMMONGRP,
+ NOTCRTDGRP,
+ SAMEGRP,
+ TASKINGRP,
+ TASKNOTINGRP,
+ TASKNOTINANYGRP,
+ GRPINFS,
+ GRPNOTINFS,
+ GRPINBOTHCTLS,
+ GRPNOTIN2NDCTL,
+ GRPNOTIN1STCTL,
+ GRPMODINBOTHCTLS,
+ GRPNOTMODIN2NDCTL,
+ GRPNOTMODINANYCTL,
+ GRPDELETEDINFS,
+ GRPNOTDELETEDINFS,
+ GRPNOTDELETEDGLOBALY,
+ NOMESSAGE,
+};
+
/* Create a matrix of possible info messages */
char **info;