ctf: make src.ctf.fs append error causes
[babeltrace.git] / include / babeltrace2 / property.h
index 91d088a74f07a90180ae21afe3b6c8a7596a7147..1ede1425f0ea82302bc77d44b7fd642e97a939e9 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE2_PROPERTY_H
 
 /*
- * Copyright (c) 2018 Philippe Proulx <pproulx@efficios.com>
+ * 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
  * SOFTWARE.
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #ifdef __cplusplus
 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.03818 seconds and 4 git commands to generate.