rados_write_op_exec

Execute an OSD class method on an object See rados_exec() for general description.

@param write_op operation to add this action to @param cls the name of the class @param method the name of the method @param in_buf where to find input @param in_len length of in_buf in bytes @param prval where to store the return value from the method

extern (C)
void
rados_write_op_exec
(,
const(char)* cls
,
const(char)* method
,
const(char)* in_buf
,
size_t in_len
,
int* prval
)

Meta