evrpc_register_generic

Function for registering a generic RPC with the RPC base.

Do not call this function directly, use EVRPC_REGISTER() instead.

@see EVRPC_REGISTER()

extern (C) nothrow
int
evrpc_register_generic
(,
const(char)* name
,
ExternC!(void function) callback
,
void* cbarg
,
ExternC!(void* function
(
void*
)
)
req_new
,,
ExternC!(void function
(
void*
)
)
req_free
,
ExternC!(int function
(
void*
,)
)
req_unmarshal
,
ExternC!(void* function
(
void*
)
)
rpl_new
,,
ExternC!(void function
(
void*
)
)
rpl_free
,
ExternC!(int function
(
void*
)
)
rpl_complete
,
ExternC!(void function
(,
void*
)
)
rpl_marshal
)

Meta