rados_pool_reverse_lookup

Get the name of a pool

@param cluster which cluster the pool is in @param id the id of the pool @param buf where to store the pool name @param maxlen size of buffer where name will be stored @returns length of string stored, or -ERANGE if buffer too small

extern (C)
int
rados_pool_reverse_lookup
(,
long id
,
char* buf
,
size_t maxlen
)

Meta