Skip to content

Commit 01c9cba

Browse files
author
Lukas Stockner
committed
include/rados/librados.h: fix documented rados_cluster_fsid return value
Signed-off-by: Lukas Stockner <[email protected]>
1 parent 3c52073 commit 01c9cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/rados/librados.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ CEPH_RADOS_API int rados_cluster_stat(rados_t cluster,
658658
* @param cluster where to get the fsid
659659
* @param buf where to write the fsid
660660
* @param len the size of buf in bytes (should be 37)
661-
* @returns 0 on success, negative error code on failure
661+
* @returns length of the string on success, negative error code on failure
662662
* @returns -ERANGE if the buffer is too short to contain the
663663
* fsid
664664
*/

0 commit comments

Comments
 (0)