X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-inactivity.h;h=ee9937ab640750ea836c2bd5efc447030989a92f;hb=781ae9119b02435d6326a8915ff1cb7e954c3ff5;hp=e5914935310f59784314165c3403573ece1923ae;hpb=ece3fb0f80ef1c2e105f05f31a8a8f0ffcb593e1;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-inactivity.h b/include/babeltrace/graph/notification-inactivity.h index e5914935..ee9937ab 100644 --- a/include/babeltrace/graph/notification-inactivity.h +++ b/include/babeltrace/graph/notification-inactivity.h @@ -1,8 +1,8 @@ -#ifndef BABELTRACE_COMPONENT_NOTIFICATION_INACTIVITY_H -#define BABELTRACE_COMPONENT_NOTIFICATION_INACTIVITY_H +#ifndef BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_H +#define BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_H /* - * Copyright 2017 Philippe Proulx + * Copyright 2017-2018 Philippe Proulx * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,30 +23,25 @@ * SOFTWARE. */ +/* For bt_self_notification_iterator, bt_notification, bt_clock_class */ +#include + +#include + #ifdef __cplusplus extern "C" { #endif -struct bt_notification; -struct bt_clock_class_priority_map; - -extern struct bt_notification *bt_notification_inactivity_create( - struct bt_clock_class_priority_map *clock_class_priority_map); - -extern struct bt_clock_class_priority_map * -bt_notification_inactivity_get_clock_class_priority_map( - struct bt_notification *notification); - -extern struct bt_ctf_clock_value *bt_notification_inactivity_get_clock_value( - struct bt_notification *notification, - struct bt_ctf_clock_class *clock_class); +extern +bt_notification *bt_notification_inactivity_create( + bt_self_notification_iterator *notification_iterator, + bt_clock_class *default_clock_class); -extern int bt_notification_inactivity_set_clock_value( - struct bt_notification *notification, - struct bt_ctf_clock_value *clock_value); +extern void bt_notification_inactivity_set_default_clock_value( + bt_notification *notif, uint64_t raw_value); #ifdef __cplusplus } #endif -#endif /* BABELTRACE_COMPONENT_NOTIFICATION_INACTIVITY_H */ +#endif /* BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_H */