From f9071a7713dd72fe7ecd55bea7619aec32fff9bd Mon Sep 17 00:00:00 2001 From: Eric Mourgaya Date: Thu, 30 Jan 2014 15:26:04 +0100 Subject: [PATCH] doc: cls moved to subdirectory Signed-off-by: Eric Mourgaya --- src/include/rados/librados.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 60370e4041ff0..7dd1748da2438 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 -- 2.39.5