cs_send_to_ctrl_sock() function
Send data to control socket This API sends data to the control socket. If a server is blocked on select() with the control socket, this call will wake up that server.
Arguments
send_fd
the socket for sending ctrl messages
port
the port on which the control socket was created
data
pointer to a buffer that contains data to send on the socket
data_len
the length of the data contained in the buffer pointed to be data
Return value
- the number of bytes sent to the control socket - an error code if less than zero