code is in valid interval, now it is unused.
Changelog:
* let the next error have the same number as before the change, not to
break ABI
Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Acked-by: Dhaval Giani <dhaval.giani@gmail.com>
/** Rules list does not exist. */
ECGROUPNORULES,
ECGMOUNTFAIL,
- /**
- * Not an real error, just a auxiliary mark in the enum.
- * Please insert further error codes above this.
- */
- ECGSENTINEL,
/**
* Not an real error, it just indicates that iterator has come to end
* of sequence and no more items are left.
*/
- ECGEOF,
+ ECGEOF = 23,
/** Failed to parse config file (cgconfig.conf). */
ECGCONFIGPARSEFAIL,
ECGNAMESPACEPATHS,
"Cgroup parsing failed",
"Cgroup, rules file does not exist",
"Cgroup mounting failed",
- "Sentinel",
"End of File or iterator",
"Failed to parse config file",
"Have multiple paths for the same namespace",