]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
uclient: implement readdir_r_cb (callback based readdir)
authorSage Weil <sage@newdream.net>
Wed, 8 Sep 2010 18:31:19 +0000 (11:31 -0700)
committerSage Weil <sage@newdream.net>
Wed, 8 Sep 2010 18:31:19 +0000 (11:31 -0700)
commit561f302207a4ad1c7a1afeb95b49f22a19a6727a
tree1d35ae9ea32855d09ac457550e41309f3f31564c
parentc2c09be383a60ad62c2a080e7e88d904737b7a9e
uclient: implement readdir_r_cb (callback based readdir)

This lets us know whether the caller is able to consume an entry before
advancing our position.
src/client/Client.cc
src/client/Client.h