]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Added STANDBY state
authorPatience Warnick <patience@cranium.pelton.net>
Thu, 24 Jan 2008 19:10:29 +0000 (11:10 -0800)
committerPatience Warnick <patience@cranium.pelton.net>
Thu, 24 Jan 2008 19:10:29 +0000 (11:10 -0800)
src/kernel/messenger.h

index 065bac8568fb7339aedc0c9aaf24bfab30927428..2bf54b8e7f93f47b2d3104a39734f83097deb837 100644 (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;