X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libustcomm%2Fustcomm.h;h=9dc84bdcc9cf1dacc3c868d22223b6df42f05bbb;hb=5f04cdcbbea9d600b3f325dd739b217ab2a8f78a;hp=fed2335904d90b5038efbcf1a64e2b47057290ca;hpb=ab33e65c8f105124ed19855105ed7196845616f6;p=lttng-ust.git diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index fed23359..9dc84bdc 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -67,7 +67,7 @@ int ustcomm_init_app(pid_t pid, struct ustcomm_app *handle); int ustcomm_init_ustd(struct ustcomm_ustd *handle); int ustcomm_connect_app(pid_t pid, struct ustcomm_connection *conn); -int ustcomm_send_request(struct ustcomm_connection *conn, char *req, char **reply); +int ustcomm_send_request(struct ustcomm_connection *conn, const char *req, char **reply); int ustcomm_send_reply(struct ustcomm_server *server, char *msg, struct ustcomm_source *src); int nth_token_is(char *str, char *token, int tok_no);