X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.c;h=e8199b3aaf5c6b70eadb2bd2fb01083684ae9c36;hb=772030fed323e388da467735cf4b5e8781acb710;hp=f3263582cd0f7a6b33497aec1b7befbebd74ea07;hpb=ef290fcae477f5717256af47b4342c0f59948d7a;p=ust.git diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index f326358..e8199b3 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -417,7 +417,7 @@ static int init_named_socket(char *name, char **path_out) return -1; } -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 result;