X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fsession.h;h=2f40f585d47f73b06c790577b98da7ed23e1677b;hp=bbbbffc4554d3aaa6e0dd5abf56da6d1aa6c738c;hb=271933a4d7438f73f1487842bb18b2442ceaec48;hpb=5f822d0a2688bb0b085b579dfc37a1958fff072e diff --git a/ltt-sessiond/session.h b/ltt-sessiond/session.h index bbbbffc45..2f40f585d 100644 --- a/ltt-sessiond/session.h +++ b/ltt-sessiond/session.h @@ -71,7 +71,7 @@ struct ltt_session { /* Prototypes */ int session_create(char *name, char *path); -int session_destroy(char *name); +int session_destroy(struct ltt_session *session); void session_lock(struct ltt_session *session); void session_lock_list(void);