X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=c9b84a6f59abf1c4462778a955b37a8b41c5bb2e;hb=2748fb3b919e397e5a17ac7b33d3b2027c00ba1f;hp=dea8e0e5431e71d69e53df24fc97f1ed753bc18c;hpb=731087d8e045649286a83aa9909b8b0d79b3368d;p=babeltrace.git diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index dea8e0e5..c9b84a6f 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -73,10 +73,12 @@ struct bt_format { struct bt_context *ctx); void (*set_handle)(struct bt_trace_descriptor *descriptor, struct bt_trace_handle *handle); - uint64_t (*timestamp_begin)(struct bt_trace_descriptor *descriptor, - struct bt_trace_handle *handle, enum bt_clock_type type); - uint64_t (*timestamp_end)(struct bt_trace_descriptor *descriptor, - struct bt_trace_handle *handle, enum bt_clock_type type); + int (*timestamp_begin)(struct bt_trace_descriptor *descriptor, + struct bt_trace_handle *handle, enum bt_clock_type type, + int64_t *timestamp); + int (*timestamp_end)(struct bt_trace_descriptor *descriptor, + struct bt_trace_handle *handle, enum bt_clock_type type, + int64_t *timestamp); int (*convert_index_timestamp)(struct bt_trace_descriptor *descriptor); };