configure a context to use a pipe-client-server-link … More...
#include <LibMqMsgque_mq.h>
Data Fields | |
MQ_SOCK_HDL | hdl |
server-result from a socketpair function-call, [0] for the client-socket and [1] for the server-socket | |
configure a context to use a pipe-client-server-link …
The socket option is special because it is used only for internal purpose to submit the socket from the client to the server started as pipe by the client.
[in] | hdl | the file-descriptor-number (default: not set) |
Definition at line 1254 of file LibMqMsgque_mq.h.
MQ_SOCK_HDL MqIoPipeConfigS::hdl |
server-result from a socketpair function-call, [0] for the client-socket and [1] for the server-socket
Definition at line 1255 of file LibMqMsgque_mq.h.