commit | 8ae4f4f5c056150d5480710ab356801e84d01a3d | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Thu Mar 14 14:09:06 2013 -0500 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:18:30 2013 -0700 |
tree | 8e468e214e55cb4f6f0858d127bc7f5cfa5569fb | |
parent | 36153ec9dd6287d7cedf6afb51453c445d946cee [diff] |
libceph: have cursor point to data Rather than having a ceph message data item point to the cursor it's associated with, have the cursor point to a data item. This will allow a message cursor to be used for more than one data item. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>