bt2: replace copy of headers for SWIG with includes
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_packet.i
index b4c907359fdf4dedc00495ec68d0cfbb4b61d8fc..10357937dabe32c24f26a5a169f390f69ddeaf0f 100644 (file)
  * THE SOFTWARE.
  */
 
-/* From packet-const.h */
-
-typedef enum bt_packet_status {
-       BT_PACKET_STATUS_OK = 0,
-       BT_PACKET_STATUS_NOMEM = -12,
-} bt_packet_status;
-
-extern const bt_stream *bt_packet_borrow_stream_const(
-               const bt_packet *packet);
-
-extern
-const bt_field *bt_packet_borrow_context_field_const(
-               const bt_packet *packet);
-
-extern void bt_packet_get_ref(const bt_packet *packet);
-
-extern void bt_packet_put_ref(const bt_packet *packet);
-
-/* From packet.h */
-
-extern bt_packet *bt_packet_create(const bt_stream *stream);
-
-extern bt_stream *bt_packet_borrow_stream(bt_packet *packet);
-
-extern
-bt_field *bt_packet_borrow_context_field(bt_packet *packet);
-
-extern
-bt_packet_status bt_packet_move_context_field(bt_packet *packet,
-               bt_packet_context_field *context);
+%include <babeltrace2/trace-ir/packet-const.h>
+%include <babeltrace2/trace-ir/packet.h>
This page took 0.024047 seconds and 4 git commands to generate.