X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-inactivity-internal.h;h=662c995a3601369f2bd9c614f8eb0b45ec2ccf79;hb=e2f7325d1e58710ee928373592adcee466f93d06;hp=f3ae2e41f713837a2a757903366160bceb7d867f;hpb=ece3fb0f80ef1c2e105f05f31a8a8f0ffcb593e1;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-inactivity-internal.h b/include/babeltrace/graph/notification-inactivity-internal.h index f3ae2e41..662c995a 100644 --- a/include/babeltrace/graph/notification-inactivity-internal.h +++ b/include/babeltrace/graph/notification-inactivity-internal.h @@ -1,8 +1,8 @@ -#ifndef BABELTRACE_COMPONENT_NOTIFICATION_INACTIVITY_INTERNAL_H -#define BABELTRACE_COMPONENT_NOTIFICATION_INACTIVITY_INTERNAL_H +#ifndef BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_INTERNAL_H +#define BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_INTERNAL_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 @@ -24,13 +24,12 @@ */ #include - -struct bt_clock_class_priority_map; +#include +#include struct bt_notification_inactivity { struct bt_notification parent; - struct bt_clock_class_priority_map *cc_prio_map; - GHashTable *clock_values; + struct bt_clock_value *default_cv; }; -#endif /* BABELTRACE_COMPONENT_NOTIFICATION_INACTIVITY_INTERNAL_H */ +#endif /* BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_INTERNAL_H */