]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Add namespace to description of rados_ioctx_t
authorDavid Zafman <dzafman@redhat.com>
Fri, 12 Sep 2014 02:19:32 +0000 (19:19 -0700)
committerDavid Zafman <dzafman@redhat.com>
Mon, 20 Oct 2014 17:47:50 +0000 (10:47 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/include/rados/librados.h

index fc51e174d1eabe9f6f529996abaaf253cd0ee9e2..71fa8e70679f7e97bb1d6f9a3752e9372d5d2117 100644 (file)
@@ -149,6 +149,8 @@ typedef void *rados_config_t;
  * - snapshot id to read from (see rados_ioctx_snap_set_read())
  * - object locator for all single-object operations (see
  *   rados_ioctx_locator_set_key())
+ * - namespace for all single-object operations (see
+ *   rados_ioctx_set_namespace())
  *
  * @warning changing any of these settings is not thread-safe -
  * librados users must synchronize any of these changes on their own,