Launch the notification thread using lttng_thread
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.h
index e9c7e31e31990eafde155956fb6a0f726cf95506..c98ebb34f8f6b98e55fccbfa15a915df6913c778 100644 (file)
@@ -312,8 +312,8 @@ int consumer_get_lost_packets(uint64_t session_id, uint64_t channel_key,
                struct consumer_output *consumer, uint64_t *lost);
 
 /* Snapshot command. */
-int consumer_snapshot_channel(struct consumer_socket *socket, uint64_t key,
-               struct snapshot_output *output, int metadata,
+enum lttng_error_code consumer_snapshot_channel(struct consumer_socket *socket,
+               uint64_t key, struct snapshot_output *output, int metadata,
                uid_t uid, gid_t gid, const char *session_path, int wait,
                uint64_t nb_packets_per_stream, uint64_t trace_archive_id);
 
This page took 0.023484 seconds and 5 git commands to generate.