diff options
Diffstat (limited to 'libcgroup.h')
-rw-r--r-- | libcgroup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcgroup.h b/libcgroup.h index 0913623..ccd82ef 100644 --- a/libcgroup.h +++ b/libcgroup.h @@ -115,6 +115,7 @@ enum cgroup_errors { ECGVALUEEXISTS, ECGINVAL, ECGCONTROLLERCREATEFAILED, + ECGFAIL, }; #define CG_MAX_MSG_SIZE 256 |