7 /* the "server" socket for serving the external requests */
13 /* the "server" socket for serving the external requests */
18 int send_message(pid_t pid
, const char *msg
, char **reply
);
20 int ustcomm_ustd_recv_message(struct ustcomm_ustd
*ustd
, char **msg
);
21 int ustcomm_app_recv_message(struct ustcomm_app
*app
, char **msg
);
23 int ustcomm_init_app(pid_t pid
, struct ustcomm_app
*handle
);
25 int ustcomm_init_ustd(struct ustcomm_ustd
*handle
);
27 #endif /* USTCOMM_H */
This page took 0.0342 seconds and 4 git commands to generate.