X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fnative_btfields.i;h=c651122dd6b696bb00adc367d155af5729931fd1;hp=883bec3b0271d1383b7cef4556163aac5ccc723a;hb=742e47472d24b6d4a6ebc2bdba0a87e0bc88a744;hpb=0efd97ce561b97870a1a05f1a6269885b4bf87d1 diff --git a/bindings/python/bt2/bt2/native_btfields.i b/bindings/python/bt2/bt2/native_btfields.i index 883bec3b..c651122d 100644 --- a/bindings/python/bt2/bt2/native_btfields.i +++ b/bindings/python/bt2/bt2/native_btfields.i @@ -31,6 +31,8 @@ struct bt_ctf_field *bt_ctf_field_create( struct bt_ctf_field_type *bt_ctf_field_get_type( struct bt_ctf_field *field); struct bt_ctf_field *bt_ctf_field_copy(struct bt_ctf_field *field); +bt_bool bt_ctf_field_value_is_set(struct bt_ctf_field *field); +int bt_ctf_field_reset_value(struct bt_ctf_field *field); /* Integer field functions */ int bt_ctf_field_signed_integer_get_value(struct bt_ctf_field *integer,