]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
error.h: fix numbering of error codes
authorGlauber Costa <glommer@parallels.com>
Mon, 25 Jun 2012 11:29:00 +0000 (13:29 +0200)
committerIvana Hutarova Varekova <varekova@redhat.com>
Mon, 25 Jun 2012 11:29:00 +0000 (13:29 +0200)
fix numbering of error codes from ECGEOF error code.

Signed-off-by: Glauber Costa <glommer@parallels.com>
Acked-by: Dhaval Giani <dhaval.giani@gmail.com>
include/libcgroup/error.h

index 46d86860971f63bdd490f96e41b595a51b8b93be..1dfdde9d7ba7d6d6f51a5580ac0fb78f0cd2a5ae 100644 (file)
@@ -62,7 +62,7 @@ enum {
         * Not an real error, it just indicates that iterator has come to end
         * of sequence and no more items are left.
         */
-       ECGEOF = 23,
+       ECGEOF = 50023,
        /** Failed to parse config file (cgconfig.conf). */
        ECGCONFIGPARSEFAIL,
        ECGNAMESPACEPATHS,