X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-message-iterator-inactivity.h;h=dba7c4a445e045f4afa014c8cc5f6581be5b3383;hb=1cda4ff4025e4b3f7bd2a861baa51d2113c4cbf9;hp=701a34db131147b811df70c3d60e66b58aa90d7a;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-message-iterator-inactivity.h b/include/babeltrace2/graph/message-message-iterator-inactivity.h index 701a34db..dba7c4a4 100644 --- a/include/babeltrace2/graph/message-message-iterator-inactivity.h +++ b/include/babeltrace2/graph/message-message-iterator-inactivity.h @@ -1,8 +1,8 @@ -#ifndef BABELTRACE_GRAPH_MESSAGE_MESSAGE_ITERATOR_INACTIVITY_H -#define BABELTRACE_GRAPH_MESSAGE_MESSAGE_ITERATOR_INACTIVITY_H +#ifndef BABELTRACE2_GRAPH_MESSAGE_MESSAGE_ITERATOR_INACTIVITY_H +#define BABELTRACE2_GRAPH_MESSAGE_MESSAGE_ITERATOR_INACTIVITY_H /* - * Copyright 2017-2018 Philippe Proulx + * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation * * 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,9 +23,12 @@ * SOFTWARE. */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include -/* For bt_self_message_iterator, bt_message, bt_clock_class */ #include #ifdef __cplusplus @@ -35,10 +38,10 @@ extern "C" { extern bt_message *bt_message_message_iterator_inactivity_create( bt_self_message_iterator *message_iterator, - const bt_clock_class *default_clock_class, uint64_t raw_value); + const bt_clock_class *clock_class, uint64_t raw_value); #ifdef __cplusplus } #endif -#endif /* BABELTRACE_GRAPH_MESSAGE_MESSAGE_ITERATOR_INACTIVITY_H */ +#endif /* BABELTRACE2_GRAPH_MESSAGE_MESSAGE_ITERATOR_INACTIVITY_H */