From 93519aed0f32570bd6fb8e0113f76a75545ab804 Mon Sep 17 00:00:00 2001 From: Manikandan Selvaganesh Date: Wed, 12 Aug 2015 14:46:29 +0530 Subject: libgfapi : port missing gf_log's to gf_msg Backport of http://review.gluster.org/#/c/11891/ Cherry-picked from commit 1e0644031c7ac0fa28f0912e951a9238f7bbe8ab > Change-Id: I0c5320c09b4a5ff1e9df61a86ac7bd47c1bb1bbb > BUG: 1252807 > Signed-off-by: Manikandan Selvaganesh > Reviewed-on: http://review.gluster.org/11891 > Tested-by: NetBSD Build System > Reviewed-by: Raghavendra Talur > Reviewed-by: jiffin tony Thottan > Reviewed-by: Humble Devassy Chirammal > Reviewed-by: Raghavendra G Change-Id: I0c5320c09b4a5ff1e9df61a86ac7bd47c1bb1bbb BUG: 1258406 Signed-off-by: Manikandan Selvaganesh Reviewed-on: http://review.gluster.org/12063 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Raghavendra G --- api/src/gfapi-messages.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'api/src/gfapi-messages.h') diff --git a/api/src/gfapi-messages.h b/api/src/gfapi-messages.h index 2c59af24113..c54d821efc7 100644 --- a/api/src/gfapi-messages.h +++ b/api/src/gfapi-messages.h @@ -45,7 +45,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" @@ -97,6 +97,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" -- cgit