From: Eric Mourgaya Date: Thu, 30 Jan 2014 14:26:04 +0000 (+0100) Subject: doc: cls moved to subdirectory X-Git-Tag: v0.78~248^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f9071a7713dd72fe7ecd55bea7619aec32fff9bd;p=ceph.git doc: cls moved to subdirectory Signed-off-by: Eric Mourgaya --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 60370e4041ff..7dd1748da243 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -1269,7 +1269,7 @@ int rados_tmap_get(rados_ioctx_t io, const char *o, char *buf, size_t buflen); * operations on an object atomically. These plugins are called * classes. This function allows librados users to call the custom * methods. The input and output formats are defined by the class. - * Classes in ceph.git can be found in src/cls_*.cc + * Classes in ceph.git can be found in src/cls subdirectories * * @param io the context in which to call the method * @param oid the object to call the method on