Make API CTF-agnostic
[babeltrace.git] / include / babeltrace / types.h
index f0bf0f10dd3e447248ac2027e5c198546d8d742a..43575291df542e8f65b8e14718c262a42f5533ae 100644 (file)
@@ -23,6 +23,8 @@
  * SOFTWARE.
  */
 
+#include <stdint.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -72,6 +74,8 @@ if (ret) {
 */
 typedef int bt_bool;
 
+typedef const uint8_t *bt_uuid;
+
 /** @} */
 
 #ifdef __cplusplus
This page took 0.024258 seconds and 4 git commands to generate.