Просмотр исходного кода

Set ERR_SECURITY to 100 to give plenty of room for other people's error codes.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2337 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 16 лет назад
Родитель
Сommit
23ce53be4d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      include/corosync/corotypes.h

+ 2 - 2
include/corosync/corotypes.h

@@ -98,8 +98,8 @@ typedef enum {
    CS_ERR_TOO_BIG = 26,
    CS_ERR_NO_SECTIONS = 27,
    CS_ERR_CONTEXT_NOT_FOUND = 28,
-   CS_ERR_SECURITY = 29,
-   CS_ERR_TOO_MANY_GROUPS = 30
+   CS_ERR_TOO_MANY_GROUPS = 30,
+   CS_ERR_SECURITY = 100
 } cs_error_t;