Skip to content
Snippets Groups Projects
Commit 30be780a authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

libceph: make con->state an int


unsigned long is a leftover from when con->state used to be a set of
bits managed with set_bit(), clear_bit(), etc.  Save a bit of memory.

Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 2f687380
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment