]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: unwatch doesn't need the oid argument
authorSage Weil <sage@redhat.com>
Sat, 22 Nov 2014 05:03:09 +0000 (21:03 -0800)
committerSage Weil <sage@redhat.com>
Thu, 4 Dec 2014 18:34:04 +0000 (10:34 -0800)
commit42e4baa06ab87690808b33307735c1c4e11716ab
tree042f3b617f7b6ae6ab3634b5e74b71d8b0e7172e
parent85f336d5c87866a91ab476ff83d684ff512f7ece
librados: unwatch doesn't need the oid argument

The handle is like a file handle: there is internal state that is getting
freed and the user needn't provide it again.

Signed-off-by: Sage Weil <sage@redhat.com>
src/include/rados/librados.h
src/include/rados/librados.hpp
src/librados/IoCtxImpl.cc
src/librados/IoCtxImpl.h
src/librados/RadosClient.cc
src/librados/RadosClient.h
src/librados/librados.cc
src/test/librados/watch_notify.cc
src/tracing/librados.tp