lib: standardize listener ID types with new `bt_listener_id` type
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt.i
index 7b032b17bfbac3b3e994414b7ddf67b945007e59..4f349f5c36e1e0b76c375e5978b8a7898af86a8a 100644 (file)
 
 #include "common/assert.h"
 #include "py-common/py-common.h"
-
-typedef const uint8_t *bt_uuid;
 %}
 
 typedef int bt_bool;
+typedef uint64_t bt_listener_id;
 
 /* For uint*_t/int*_t */
 %include "stdint.i"
This page took 0.024367 seconds and 4 git commands to generate.