From 24a048b78e55a4478a58b3eeacb1b61265b45eb8 Mon Sep 17 00:00:00 2001 From: Christian Marie Date: Fri, 13 Dec 2013 13:24:31 +1100 Subject: [PATCH] Document librados's rados_write's behaviour in reguards to return value. --- src/include/rados/librados.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index a67b85ec3d30..f9813f92dd5c 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -927,6 +927,7 @@ uint64_t rados_get_last_version(rados_ioctx_t io); /** * Write data to an object * + * @note This will never return a positive value not equal to len. * @param io the io context in which the write will occur * @param oid name of the object * @param buf data to write -- 2.47.3