X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat-internal.h;h=589b68a3b5c2e5978540aa31905263709f5b0cdb;hb=4d08698162f805114213c16b95a4d8d9c3fd52ef;hp=a6509389faf06052de75de767db213a25b571915;hpb=45807148b2641aa049f821a7c71c4c7246c7692e;p=babeltrace.git diff --git a/include/babeltrace/format-internal.h b/include/babeltrace/format-internal.h index a6509389..589b68a3 100644 --- a/include/babeltrace/format-internal.h +++ b/include/babeltrace/format-internal.h @@ -40,6 +40,7 @@ extern "C" { struct bt_trace_descriptor { char path[PATH_MAX]; /* trace path */ struct bt_context *ctx; + struct bt_trace_handle *handle; }; #ifdef __cplusplus