]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: move rados_ioctx_get_id to the pool group
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 28 Dec 2011 21:29:44 +0000 (13:29 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 10 Jan 2012 03:04:53 +0000 (19:04 -0800)
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/include/rados/librados.h

index e37254f6f10d0ccbdc903d9b12fae7bbcd96be58..da625266fdb457cfebb6ff2b327695cb674a01e0 100644 (file)
@@ -493,6 +493,14 @@ int rados_ioctx_pool_set_auid(rados_ioctx_t io, uint64_t auid);
  */
 int rados_ioctx_pool_get_auid(rados_ioctx_t io, uint64_t *auid);
 
+/**
+ * Get the pool id of the io context
+ *
+ * @param io the io context to query
+ * @return the id of the pool the io context uses
+ */
+int64_t rados_ioctx_get_id(rados_ioctx_t io);
+
 /** @} pools */
 
 
@@ -514,13 +522,6 @@ int rados_ioctx_pool_get_auid(rados_ioctx_t io, uint64_t *auid);
  */
 void rados_ioctx_locator_set_key(rados_ioctx_t io, const char *key);
 
-/**
- * Get the pool id of the io context
- * @param io the io context to query
- * @return the id of the pool the io context uses
- */
-int64_t rados_ioctx_get_id(rados_ioctx_t io);
-
 /**
  * @defgroup list_obj Listing Objects
  * @{