Skip to content
Commit 928443cd authored by Alex Elder's avatar Alex Elder Committed by Alex Elder
Browse files

libceph: start separating connection flags from state



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: default avatarSage <Weil&lt;sage@inktank.com>
parent 15d9882c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment