53ced5140c962d604fc50992350db50dda48ba6b
8 /* the "server" socket for serving the external requests */
14 /* the "server" socket for serving the external requests */
19 struct ustcomm_source
{
20 struct sockaddr_un addr
;
23 int send_message(pid_t pid
, const char *msg
, char **reply
);
25 int ustcomm_ustd_recv_message(struct ustcomm_ustd
*ustd
, char **msg
, struct ustcomm_source
*src
);
26 int ustcomm_app_recv_message(struct ustcomm_app
*app
, char **msg
, struct ustcomm_source
*src
);
28 int ustcomm_init_app(pid_t pid
, struct ustcomm_app
*handle
);
30 int ustcomm_init_ustd(struct ustcomm_ustd
*handle
);
32 int nth_token_is(char *str
, char *token
, int tok_no
);
34 char *nth_token(char *str
, int tok_no
);
36 #endif /* USTCOMM_H */
This page took 0.030826 seconds and 3 git commands to generate.