lib: assign values to all public enumerators
[babeltrace.git] / include / babeltrace2 / property.h
index 369f5209640ac9eb27eb4f51277c7c27cfe76374..1ede1425f0ea82302bc77d44b7fd642e97a939e9 100644 (file)
@@ -32,8 +32,8 @@ extern "C" {
 #endif
 
 typedef enum bt_property_availability {
-       BT_PROPERTY_AVAILABILITY_AVAILABLE,
-       BT_PROPERTY_AVAILABILITY_NOT_AVAILABLE,
+       BT_PROPERTY_AVAILABILITY_NOT_AVAILABLE  = 0,
+       BT_PROPERTY_AVAILABILITY_AVAILABLE      = 1,
 } bt_property_availability;
 
 #ifdef __cplusplus
This page took 0.023789 seconds and 4 git commands to generate.