From: David Zafman Date: Fri, 12 Sep 2014 02:19:32 +0000 (-0700) Subject: doc: Add namespace to description of rados_ioctx_t X-Git-Tag: v0.89~36^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=760dddb516e22c61a29485893ad12fcb264c24b2;p=ceph.git doc: Add namespace to description of rados_ioctx_t Signed-off-by: David Zafman --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index fc51e174d1ea..71fa8e70679f 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -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,