X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Ftext%2Fdetails%2Fobj-lifetime-mgmt.h;h=eaf95c10a83f09aa7c9612f0335e9c00dcdd8f3f;hb=1353b066072e6c389ff35853bac83f65597e7a6a;hp=18d83cf0a2e19f8fe5a313cde0be1efeaa5a5996;hpb=0235b0db7de5bcacdb3650c92461f2ce5eb2143d;p=babeltrace.git diff --git a/src/plugins/text/details/obj-lifetime-mgmt.h b/src/plugins/text/details/obj-lifetime-mgmt.h index 18d83cf0..eaf95c10 100644 --- a/src/plugins/text/details/obj-lifetime-mgmt.h +++ b/src/plugins/text/details/obj-lifetime-mgmt.h @@ -18,7 +18,6 @@ * Returns whether or not stream class or event class `obj`, which * belongs to `tc`, needs to be written. */ -BT_HIDDEN bool details_need_to_write_meta_object(struct details_write_ctx *ctx, const bt_trace_class *tc, const void *obj); @@ -26,21 +25,18 @@ bool details_need_to_write_meta_object(struct details_write_ctx *ctx, * Marks stream class or event class `obj`, which belongs to `tc`, as * written. */ -BT_HIDDEN void details_did_write_meta_object(struct details_write_ctx *ctx, const bt_trace_class *tc, const void *obj); /* * Returns whether or not trace class `tc` needs to be written. */ -BT_HIDDEN bool details_need_to_write_trace_class(struct details_write_ctx *ctx, const bt_trace_class *tc); /* * Marks trace class `tc` as written. */ -BT_HIDDEN int details_did_write_trace_class(struct details_write_ctx *ctx, const bt_trace_class *tc); @@ -48,7 +44,6 @@ int details_did_write_trace_class(struct details_write_ctx *ctx, * Writes the unique trace ID of `trace` to `*unique_id`, allocating a * new unique ID if none exists. */ -BT_HIDDEN int details_trace_unique_id(struct details_write_ctx *ctx, const bt_trace *trace, uint64_t *unique_id);