diff options
author | Manikandan Selvaganesh <mselvaga@redhat.com> | 2015-08-12 14:46:29 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2015-08-31 02:45:27 -0700 |
commit | 1e0644031c7ac0fa28f0912e951a9238f7bbe8ab (patch) | |
tree | f7c2f6f3cd5e89e67742f315a6abb18e8efcf07f /api/src/gfapi-messages.h | |
parent | b9c730f3960efd454c8363ee39dc144e4c0dc835 (diff) |
libgfapi : port missing gf_log's to gf_msg
Change-Id: I0c5320c09b4a5ff1e9df61a86ac7bd47c1bb1bbb
BUG: 1252807
Signed-off-by: Manikandan Selvaganesh <mselvaga@redhat.com>
Reviewed-on: http://review.gluster.org/11891
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra Talur <rtalur@redhat.com>
Reviewed-by: jiffin tony Thottan <jthottan@redhat.com>
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'api/src/gfapi-messages.h')
-rw-r--r-- | api/src/gfapi-messages.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/src/gfapi-messages.h b/api/src/gfapi-messages.h index fcf6f55d435..050b9766dea 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 45 +#define GLFS_NUM_MESSAGES 47 #define GLFS_MSGID_END (GLFS_GFAPI_BASE + GLFS_NUM_MESSAGESi + 1) /* Messages with message IDs */ #define glfs_msg_start_x GLFS_GFAPI_BASE, "Invalid: Start of messages" @@ -92,6 +92,8 @@ #define API_MSG_VOLFILE_CONNECTING (GLFS_GFAPI_BASE + 44) #define API_MSG_NEW_GRAPH (GLFS_GFAPI_BASE + 45) #define API_MSG_ALLOC_FAILED (GLFS_GFAPI_BASE + 46) +#define API_MSG_CREATE_HANDLE_FAILED (GLFS_GFAPI_BASE + 47) + /*------------*/ #define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages" |