X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.h;h=7d22694cd6e47378360d3f422cb7cd6b5c207d74;hb=4e2a88089f60f56b118bbfcbac65f74e79166436;hp=0de4ad4610e411b492fff779e077ed9ada6f03df;hpb=3a7b90de71f2a82f73f06fb14a7b77805aea1064;p=ust.git diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 0de4ad4..7d22694 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -36,7 +36,7 @@ struct ustcomm_source { char *strdup_malloc(const char *s); -int send_message(pid_t pid, const char *msg, char **reply); +int send_message_pid(pid_t pid, const char *msg, char **reply); int ustcomm_ustd_recv_message(struct ustcomm_ustd *ustd, char **msg, struct ustcomm_source *src, int timeout); int ustcomm_app_recv_message(struct ustcomm_app *app, char **msg, struct ustcomm_source *src, int timeout);