Added STANDBY state

This commit is contained in:
Patience Warnick 2008-01-24 11:10:29 -08:00
parent f99bee740a
commit 8d4c8e79e4

View File

@ -66,6 +66,7 @@ struct ceph_msg_pos {
#define REJECTING 7
#define CLOSING 8
#define CLOSED 9
#define STANDBY 10 /* standby, when socket gets TCP_CLOSE and no message queued */
struct ceph_connection {
struct ceph_messenger *msgr;