Live timer set up
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 830d8216aa87225a26e327927140805b0769bc03..6502a58a6ce5c09a78d037999c94c7d7b9816d5d 100644 (file)
@@ -29,7 +29,7 @@ void cmd_init(void);
 
 /* Session commands */
 int cmd_create_session_uri(char *name, struct lttng_uri *uris,
-               size_t nb_uri, lttng_sock_cred *creds);
+               size_t nb_uri, lttng_sock_cred *creds, unsigned int live_timer);
 int cmd_create_session_snapshot(char *name, struct lttng_uri *uris,
                size_t nb_uri, lttng_sock_cred *creds);
 int cmd_destroy_session(struct ltt_session *session, int wpipe);
This page took 0.024572 seconds and 4 git commands to generate.