ceph: handle session flush message

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
This commit is contained in:
Yan, Zheng
2013-11-22 14:48:37 +08:00
parent 9215aeea62
commit 186e4f7a4b
3 changed files with 23 additions and 0 deletions

View File

@@ -282,6 +282,8 @@ enum {
CEPH_SESSION_RENEWCAPS,
CEPH_SESSION_STALE,
CEPH_SESSION_RECALL_STATE,
CEPH_SESSION_FLUSHMSG,
CEPH_SESSION_FLUSHMSG_ACK,
};
extern const char *ceph_session_op_name(int op);