lib: add aliases for Babeltrace enumeration types
[babeltrace.git] / include / babeltrace / property.h
index 9d79d78e65fe54d34c76957fd26439fe2803f156..cc3906b449680c715f1384ec045335c9ee399b7c 100644 (file)
 extern "C" {
 #endif
 
-enum bt_property_availability {
+typedef enum bt_property_availability {
        BT_PROPERTY_AVAILABILITY_AVAILABLE,
        BT_PROPERTY_AVAILABILITY_NOT_AVAILABLE,
-};
+} bt_property_availability;
 
 #ifdef __cplusplus
 }
This page took 0.024718 seconds and 4 git commands to generate.