Reference count ltt_session objects
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index c0fbee8f0ee2e220f0fb713309297aa7ef7665a5..a207e52b35a8a45e0ac6d7aa1428ce0f22647447 100644 (file)
@@ -48,7 +48,7 @@ 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,
+int cmd_destroy_session(struct ltt_session *session,
                struct notification_thread_handle *notification_thread_handle);
 
 /* Channel commands */
This page took 0.022909 seconds and 4 git commands to generate.