#include <ssd_ipc.h>
Data Fields | |
int(* | ssd_ipc_client )(int) |
Callback for a new client on the server. | |
void(* | ssd_ipc_close )(int, int) |
Callback for an IPC connection close. | |
void(* | ssd_ipc_msg )(int, struct ssd_ipc_msg *) |
Callback for a new message on the IPC connection. |