X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=39591c6f2ca34dc07e57ea4e68abdc7b20e66d5f;hp=cc8acbf5ef173e3b3e413a21b6d528b9149d5720;hb=61cf588beae752e5ddfc60b6b5310f769ac9e852;hpb=128e68e8230a4001c4dbab6dfdcdf986c7c45113 diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index cc8acbf5..39591c6f 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -45,8 +45,8 @@ struct bt_stream_callbacks; struct packet_index_time { - uint64_t timestamp_begin; - uint64_t timestamp_end; + int64_t timestamp_begin; + int64_t timestamp_end; }; struct packet_index { @@ -246,7 +246,7 @@ void ctf_pos_get_event(struct ctf_stream_pos *pos) } void ctf_print_timestamp(FILE *fp, struct ctf_stream_definition *stream, - uint64_t timestamp); + int64_t timestamp); int ctf_append_trace_metadata(struct bt_trace_descriptor *tdp, FILE *metadata_fp);