Revert "Fix: sessiond: rotation trigger leak"
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 1df70a4747a8341d93b8b3185603ccddcfb23782..aed5e1a1c8bfaf4a34fba8cdc21922ca30640123 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
@@ -273,6 +273,9 @@ int session_close_trace_chunk(struct ltt_session *session,
                enum lttng_trace_chunk_command_type close_command,
                char *path);
 
+/* Open a packet in all channels of a given session. */
+enum lttng_error_code session_open_packets(struct ltt_session *session);
+
 bool session_output_supports_trace_chunks(const struct ltt_session *session);
 
 #endif /* _LTT_SESSION_H */
This page took 0.024873 seconds and 4 git commands to generate.