diff options
Diffstat (limited to 'api/src/gfapi-messages.h')
| -rw-r--r-- | api/src/gfapi-messages.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/api/src/gfapi-messages.h b/api/src/gfapi-messages.h index b4ecefbeb56..6fcbd9d392e 100644 --- a/api/src/gfapi-messages.h +++ b/api/src/gfapi-messages.h @@ -40,7 +40,7 @@   */  #define GLFS_GFAPI_BASE             GLFS_MSGID_COMP_API -#define GLFS_NUM_MESSAGES           49 +#define GLFS_NUM_MESSAGES           50  #define GLFS_MSGID_END              (GLFS_GFAPI_BASE + GLFS_NUM_MESSAGES + 1)  /* Messages with message IDs */  #define glfs_msg_start_x GLFS_GFAPI_BASE, "Invalid: Start of messages" @@ -95,6 +95,7 @@  #define API_MSG_CREATE_HANDLE_FAILED            (GLFS_GFAPI_BASE + 47)  #define API_MSG_INODE_LINK_FAILED               (GLFS_GFAPI_BASE + 48)  #define API_MSG_STATEDUMP_FAILED                (GLFS_GFAPI_BASE + 49) +#define API_MSG_XREADDIRP_R_FAILED              (GLFS_GFAPI_BASE + 50)  /*------------*/  #define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages"  | 
