Replace usages of limits.h with the compatibility header
[babeltrace.git] / include / babeltrace / format-internal.h
index 589b68a3b5c2e5978540aa31905263709f5b0cdb..e0359eacdf95b86caa095b964304c84971430b78 100644 (file)
@@ -29,8 +29,9 @@
  * SOFTWARE.
  */
 
-#include <limits.h>
+#include <babeltrace/compat/limits.h>
 #include <babeltrace/context-internal.h>
+#include <babeltrace/babeltrace-internal.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -41,6 +42,9 @@ struct bt_trace_descriptor {
        char path[PATH_MAX];            /* trace path */
        struct bt_context *ctx;
        struct bt_trace_handle *handle;
+       struct trace_collection *collection;    /* Container of this trace */
+       GHashTable *clocks;
+       struct ctf_clock *single_clock;         /* currently supports only one clock */
 };
 
 #ifdef __cplusplus
This page took 0.024545 seconds and 4 git commands to generate.