• A
    libceph: start separating connection flags from state · 928443cd
    Alex Elder 提交于
    A ceph_connection holds a mixture of connection state (as in "state
    machine" state) and connection flags in a single "state" field.  To
    make the distinction more clear, define a new "flags" field and use
    it rather than the "state" field to hold Boolean flag values.
    Signed-off-by: NAlex Elder <elder@inktank.com>
    Reviewed-by: Sage Weil<sage@inktank.com>
    928443cd
messenger.c 63.0 KB