diff options
| author | Soumya Koduri <skoduri@redhat.com> | 2015-03-30 16:56:59 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vbellur@redhat.com> | 2015-05-07 04:19:16 -0700 | 
| commit | ea8d9ebafa4a6afb99721022e638292fd475ed62 (patch) | |
| tree | 3419bbcd116abd6b8361a3b0a997081cddc82139 /api/src/gfapi-messages.h | |
| parent | 14011cb0383ac19b98b02f0caec5a1977ecd7c35 (diff) | |
Upcall: Process each of the upcall events separately
As suggested during the code-review of Bug1200262, have modified
GF_CBK_UPCALL to be exlusively GF_CBK_CACHE_INVALIDATION.
Thus, for any new upcall event, a new CBK procedure will be added.
Also made changes to store upcall data separately based on the
upcall event type received.
BUG: 1217711
Change-Id: I0f5e53d6f5ece16aecb514a0a426dca40fa1c755
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
Reviewed-on: http://review.gluster.org/10049
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/10562
Tested-by: NetBSD Build System
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'api/src/gfapi-messages.h')
| -rw-r--r-- | api/src/gfapi-messages.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/gfapi-messages.h b/api/src/gfapi-messages.h index d7cfd8371e6..2c59af24113 100644 --- a/api/src/gfapi-messages.h +++ b/api/src/gfapi-messages.h @@ -96,6 +96,7 @@  #define API_MSG_VOLFILE_INFO                    (GLFS_GFAPI_BASE + 43)  #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 glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages"  | 
