• Alex Elder's avatar
    libceph: start separating connection flags from state · 928443cd
    Alex Elder authored
    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: default avatarAlex Elder <elder@inktank.com>
    Reviewed-by: Sage Weil<sage@inktank.com>
    928443cd
messenger.c 63 KB