X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2Frelayd.h;h=af93188eeb1df520df3d92cc570dde3fd54dcb59;hp=2fcdcf4c76b5a3c2e84dcd749101bfa614784332;hb=fb9a95c4d6242bd8336b638c90a7d8f846125659;hpb=f3bc9b69786b16160da9c7f2650e1199e55529b6 diff --git a/src/common/relayd/relayd.h b/src/common/relayd/relayd.h index 2fcdcf4c7..af93188ee 100644 --- a/src/common/relayd/relayd.h +++ b/src/common/relayd/relayd.h @@ -26,9 +26,10 @@ int relayd_connect(struct lttcomm_relayd_sock *sock); int relayd_close(struct lttcomm_relayd_sock *sock); int relayd_create_session(struct lttcomm_relayd_sock *sock, - uint64_t *relayd_session_id, char *session_name, char *hostname, - int session_live_timer, unsigned int snapshot, - uint64_t sessiond_session_id, const lttng_uuid sessiond_uuid); + uint64_t *relayd_session_id, const char *session_name, + const char *hostname, int session_live_timer, + unsigned int snapshot, uint64_t sessiond_session_id, + const lttng_uuid sessiond_uuid); int relayd_add_stream(struct lttcomm_relayd_sock *sock, const char *channel_name, const char *pathname, uint64_t *stream_id, uint64_t tracefile_size, uint64_t tracefile_count,