mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
librados: add some clarifying comments
about async pool operation handle Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
parent
7ef5eb06ec
commit
a1825356ad
@ -744,7 +744,12 @@ namespace librados
|
||||
int cluster_stat(cluster_stat_t& result);
|
||||
int cluster_fsid(std::string *fsid);
|
||||
|
||||
/* pool aio */
|
||||
/*
|
||||
* pool aio
|
||||
*
|
||||
* It is up to the caller to release the completion handler, even if the pool_create_async()
|
||||
* and/or pool_delete_async() fails and does not send the async request
|
||||
*/
|
||||
static PoolAsyncCompletion *pool_async_create_completion();
|
||||
|
||||
// -- aio --
|
||||
|
Loading…
Reference in New Issue
Block a user