X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=9cbb3387cabdea53042130f1101e79516bd97f26;hp=12cca6e12539ddc0880b5e55677f476800882c2e;hb=7e18eedf5333dbd6f1e0a8d873a7275dee1ed396;hpb=e669e45e7fdff6b855907cde40524ebf4cc8a3bc diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index 12cca6e1..9cbb3387 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -36,8 +36,8 @@ struct bt_stream_callbacks; struct packet_index { off_t offset; /* offset of the packet in the file, in bytes */ off_t data_offset; /* offset of data within the packet, in bits */ - size_t packet_size; /* packet size, in bits */ - size_t content_size; /* content size, in bits */ + uint64_t packet_size; /* packet size, in bits */ + uint64_t content_size; /* content size, in bits */ uint64_t timestamp_begin; uint64_t timestamp_end; uint32_t events_discarded;