librados: add some clarifying comments

about async pool operation handle

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
Yehuda Sadeh 2013-10-11 14:52:13 -07:00
parent 7ef5eb06ec
commit a1825356ad

View File

@ -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 --