X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Ftrace.h;h=27b18214958bfa39ea872b238aad65bb50777c81;hb=25f741168b45db9dd975136cfd3f66dbd9af39d0;hp=944af83a01e6227b40ab74e0307c4d2282bd4662;hpb=d94d92ac6656fd252a5d7bb4f6c76935ba18e62e;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/trace.h b/include/babeltrace/ctf-writer/trace.h index 944af83a..27b18214 100644 --- a/include/babeltrace/ctf-writer/trace.h +++ b/include/babeltrace/ctf-writer/trace.h @@ -48,21 +48,6 @@ extern const unsigned char *bt_ctf_trace_get_uuid( extern int bt_ctf_trace_set_uuid(struct bt_ctf_trace *trace, const unsigned char *uuid); -extern int64_t bt_ctf_trace_get_environment_field_count( - struct bt_ctf_trace *trace); - -extern const char * -bt_ctf_trace_get_environment_field_name_by_index( - struct bt_ctf_trace *trace, uint64_t index); - -extern struct bt_value * -bt_ctf_trace_get_environment_field_value_by_index(struct bt_ctf_trace *trace, - uint64_t index); - -extern struct bt_value * -bt_ctf_trace_get_environment_field_value_by_name( - struct bt_ctf_trace *trace, const char *name); - extern int bt_ctf_trace_set_environment_field_integer( struct bt_ctf_trace *trace, const char *name, int64_t value);