Fix: grab more than one packet for snapshots
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 1c495cf864b4fd39611086510b01d2e163bf1590..6ca6de2ca119a0888ef7869d364b5bd77994a3b3 100644 (file)
@@ -434,7 +434,7 @@ struct lttcomm_consumer_msg {
                        uint32_t metadata;              /* This a metadata snapshot. */
                        uint64_t relayd_id;             /* Relayd id if apply. */
                        uint64_t key;
-                       uint64_t max_stream_size;
+                       uint64_t nb_packets_per_stream;
                } LTTNG_PACKED snapshot_channel;
                struct {
                        uint64_t channel_key;
This page took 0.023763 seconds and 4 git commands to generate.