X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fmessage-inactivity-const.h;h=0642c4099c544cb2d6969251acd4254ba7730b4a;hb=dc68f16da7c8a96930d36f50489d6697c852b733;hp=9c1a825ba6aee5a2cdabdf7d3b0d87203961565e;hpb=8c41fd73456a0645bb1798174e49b882d4f7bff7;p=babeltrace.git diff --git a/include/babeltrace/graph/message-inactivity-const.h b/include/babeltrace/graph/message-inactivity-const.h index 9c1a825b..0642c409 100644 --- a/include/babeltrace/graph/message-inactivity-const.h +++ b/include/babeltrace/graph/message-inactivity-const.h @@ -26,13 +26,16 @@ /* For bt_message, bt_clock_snapshot */ #include +/* For enum bt_clock_snapshot_state */ +#include + #ifdef __cplusplus extern "C" { #endif -extern const bt_clock_snapshot * +extern enum bt_clock_snapshot_state bt_message_inactivity_borrow_default_clock_snapshot_const( - const bt_message *msg); + const bt_message *msg, const bt_clock_snapshot **snapshot); #ifdef __cplusplus }