commit | 928443cd9644e7cfd46f687dbeffda2d1a357ff9 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Tue May 22 11:41:43 2012 -0500 |
committer | Alex Elder <elder@dreamhost.com> | Fri Jun 01 08:37:56 2012 -0500 |
tree | 09112335af82c7ce01d93caa55567341f9468c3f | |
parent | 15d9882c336db2db73ccf9871ae2398e452f694c [diff] |
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: Alex Elder <elder@inktank.com> Reviewed-by: Sage Weil<sage@inktank.com>