X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fproperty.h;h=1ede1425f0ea82302bc77d44b7fd642e97a939e9;hb=7b6afccb24b31e2feed787c2ed97809e797c3070;hp=3e62455b558f375222f6fa6feebff9a41aae6dc6;hpb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;p=babeltrace.git diff --git a/include/babeltrace2/property.h b/include/babeltrace2/property.h index 3e62455b..1ede1425 100644 --- a/include/babeltrace2/property.h +++ b/include/babeltrace2/property.h @@ -2,7 +2,7 @@ #define BABELTRACE2_PROPERTY_H /* - * Copyright (c) 2018 Philippe Proulx + * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -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