relayd: add remote trace chunk close command
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 0b4746cb51b80c5fe62d28997eb0944e77bc24e2..0750e1bcd83427cdd7cce518a2935d80759b0ab2 100644 (file)
@@ -245,6 +245,7 @@ int session_set_trace_chunk(struct ltt_session *session,
  * ltt_session itself.
  */
 int session_close_trace_chunk(const struct ltt_session *session,
-               struct lttng_trace_chunk *trace_chunk);
+               struct lttng_trace_chunk *trace_chunk,
+               const enum lttng_trace_chunk_command_type *close_command);
 
 #endif /* _LTT_SESSION_H */
This page took 0.023341 seconds and 5 git commands to generate.