]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: cls moved to subdirectory 1167/head
authorEric Mourgaya <eric.mourgaya@gmail.com>
Thu, 30 Jan 2014 14:26:04 +0000 (15:26 +0100)
committerEric Mourgaya <eric.mourgaya@gmail.com>
Thu, 30 Jan 2014 14:26:04 +0000 (15:26 +0100)
Signed-off-by: Eric Mourgaya <eric.mourgaya@gmail.com>
src/include/rados/librados.h

index 60370e4041ff069266a73e34a0e674e9bb164a68..7dd1748da2438d07dae82045ba43216249ad050e 100644 (file)
@@ -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