]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: add exec to the c write operations api
authorJosh Durgin <josh.durgin@inktank.com>
Fri, 7 Feb 2014 03:25:31 +0000 (19:25 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 18 Feb 2014 20:34:32 +0000 (12:34 -0800)
commit770942aa9ccd2553e0200f1a387a8b702a72ca7b
tree312883a354e532c92f7df4b3927826ab8b377a4e
parentbc03fbb40906b86a5bff844d1ab234ae48dbe89c
librados: add exec to the c write operations api

Nothing special needed here, just copying the input buffer and passing
things through. Don't allow output data since it's not usually
available for writes and unreliable when it is.

Fixes: #7195
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/include/rados/librados.h
src/librados/librados.cc
src/test/librados/c_write_operations.cc