Use unsigned long type for events discarded counter
[lttng-ust.git] / liblttng-ust / ltt-ring-buffer-client.h
index f18b4ed387cdf876dffebd4ae41b7a808b57b55d..0b6cd3e4536935f90bd183d006bdc6184cb4f95b 100644 (file)
@@ -51,7 +51,7 @@ struct packet_header {
                /* Stream packet context */
                uint64_t timestamp_begin;       /* Cycle count at subbuffer start */
                uint64_t timestamp_end;         /* Cycle count at subbuffer end */
-               uint32_t events_discarded;      /*
+               unsigned long events_discarded; /*
                                                 * Events lost in this subbuffer since
                                                 * the beginning of the trace.
                                                 * (may overflow)
This page took 0.023487 seconds and 4 git commands to generate.