Live timer set up
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 5be1688c9c97b502bd3292820741a618eb3afa61..6502a58a6ce5c09a78d037999c94c7d7b9816d5d 100644 (file)
@@ -29,6 +29,8 @@ 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, 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.023496 seconds and 4 git commands to generate.