X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fmessage-inactivity-internal.h;h=5ac0f55e3f27eecbd14b31a0ef9164fd059f9264;hb=605e1019783967f33d86967e7c98dd52cbd69a4c;hp=b0523cadf2d4f2bc9209be1d6f5098c37bf9c5af;hpb=d6e69534ef08a2dd8bff9eb5af1eab63736b3d31;p=babeltrace.git diff --git a/include/babeltrace/graph/message-inactivity-internal.h b/include/babeltrace/graph/message-inactivity-internal.h index b0523cad..5ac0f55e 100644 --- a/include/babeltrace/graph/message-inactivity-internal.h +++ b/include/babeltrace/graph/message-inactivity-internal.h @@ -24,12 +24,12 @@ */ #include -#include +#include #include struct bt_message_inactivity { struct bt_message parent; - struct bt_clock_value *default_cv; + struct bt_clock_snapshot *default_cs; }; #endif /* BABELTRACE_GRAPH_MESSAGE_INACTIVITY_INTERNAL_H */