summaryrefslogtreecommitdiffstats
path: root/libcgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcgroup.h')
-rw-r--r--libcgroup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcgroup.h b/libcgroup.h
index d81ec39..8c12443 100644
--- a/libcgroup.h
+++ b/libcgroup.h
@@ -118,6 +118,10 @@ enum cgroup_errors {
ECGFAIL,
ECGROUPNOTINITIALIZED,
ECGROUPVALUENOTEXIST,
+ /* Represents error coming from other libraries like glibc. libcgroup
+ * users need to check errno upon encoutering ECGOTHER.
+ */
+ ECGOTHER,
};
#define CG_MAX_MSG_SIZE 256