50 #include "rnr/rnrconfig.h" 55 #define BS_NULL_DEV_NAME "/dev/null" 57 #define BS_NULL_SERVER_MOD "libbsserver_null" 58 #define BS_NULL_CLIENT_LIB "libbsclient_null"
The Client Structure Type.
const char * bsNullGetMsgName(BsClient_P pClient, BsVConnHnd_T hndVConn, uint_t uMsgId)
Get the DevNull message name.
int bsNullReqWrite(BsClient_P pClient, BsVConnHnd_T hndVConn, byte_t wbuf[], size_t uWriteLen)
Proxied request to write to /dev/null.
int bsNullReqClose(BsClient_P pClient, BsVConnHnd_T hndVConn)
Request proxy server to close client's proxied DevNull device vitual connection.
<b><i>BotSense</i></b> client library declarations.
<b><i>BotSense</i></b> package top-level, unifying header declarations.
int BsVConnHnd_T
virtual connection handle type
int bsNullReqOpen(BsClient_P pClient, bool_t bInitTrace)
Request proxy server to establish a virtual connection to the /dev/null device.