X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fnative_btfields.i;h=cc194406536eb41c895e3b545fe15cb1138ebe97;hb=53d65c1d23e2098901c411d670d87d40509c0f9f;hp=883bec3b0271d1383b7cef4556163aac5ccc723a;hpb=09ef660c8db235881eb2c8788770e8ca4f2df39e;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/native_btfields.i b/bindings/python/bt2/bt2/native_btfields.i index 883bec3b..cc194406 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_is_set(struct bt_ctf_field *field); +int bt_ctf_field_reset(struct bt_ctf_field *field); /* Integer field functions */ int bt_ctf_field_signed_integer_get_value(struct bt_ctf_field *integer,