mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
doc: Put rados_ioctx_locator_set_key in a group so it can be cross-referenced
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
This commit is contained in:
parent
b464b757bd
commit
d9d9e6d3ef
@ -503,7 +503,11 @@ int64_t rados_ioctx_get_id(rados_ioctx_t io);
|
||||
|
||||
/** @} pools */
|
||||
|
||||
|
||||
/**
|
||||
* @defgroup obj_loc Object Locators
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Set the key for mapping objects to pgs within an io context.
|
||||
@ -521,6 +525,7 @@ int64_t rados_ioctx_get_id(rados_ioctx_t io);
|
||||
* any previously set key
|
||||
*/
|
||||
void rados_ioctx_locator_set_key(rados_ioctx_t io, const char *key);
|
||||
/** @} obj_loc */
|
||||
|
||||
/**
|
||||
* @defgroup list_obj Listing Objects
|
||||
|
Loading…
Reference in New Issue
Block a user