Use unsigned long type for events discarded counter
[lttng-modules.git] / lttng-ring-buffer-client.h
index cf42e688eccf5364e4874fd3ab0f24d4634b6240..9016b438746bd3ecad15351c6e4b6b4d1f2cac2f 100644 (file)
@@ -60,7 +60,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.02369 seconds and 4 git commands to generate.