include/babeltrace/graph: fix some include guards
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 13 Apr 2018 20:27:33 +0000 (16:27 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:05:45 +0000 (00:05 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
17 files changed:
include/babeltrace/graph/component-class-internal.h
include/babeltrace/graph/component-filter-internal.h
include/babeltrace/graph/component-internal.h
include/babeltrace/graph/component-sink-internal.h
include/babeltrace/graph/component-source-internal.h
include/babeltrace/graph/connection-internal.h
include/babeltrace/graph/graph-internal.h
include/babeltrace/graph/notification-discarded-elements-internal.h
include/babeltrace/graph/notification-event-internal.h
include/babeltrace/graph/notification-heap-internal.h
include/babeltrace/graph/notification-inactivity-internal.h
include/babeltrace/graph/notification-internal.h
include/babeltrace/graph/notification-iterator-internal.h
include/babeltrace/graph/notification-packet-internal.h
include/babeltrace/graph/notification-stream-internal.h
include/babeltrace/graph/port-internal.h
include/babeltrace/graph/private-component-filter.h

index c8f95d3187553a6266de9a73e77bbd31867b6979..66d920d65b6325250065f619161614432a632a8f 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_COMPONENT_CLASS_INTERNAL_H
-#define BABELTRACE_COMPONENT_COMPONENT_CLASS_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_CLASS_INTERNAL_H
+#define BABELTRACE_GRAPH_COMPONENT_CLASS_INTERNAL_H
 
 /*
  * BabelTrace - Component Class Internal
@@ -119,4 +119,4 @@ const char *bt_component_class_type_string(enum bt_component_class_type type)
        }
 }
 
-#endif /* BABELTRACE_COMPONENT_COMPONENT_CLASS_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_CLASS_INTERNAL_H */
index 38a1a240acc9f8942bc004580f9d1521d5b74412..08caef0ed81cf33782a0d52c569d5374b60fe709 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_FILTER_INTERNAL_H
-#define BABELTRACE_COMPONENT_FILTER_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
+#define BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
 
 /*
  * BabelTrace - Filter Component Internal
@@ -51,4 +51,4 @@ struct bt_component *bt_component_filter_create(
 BT_HIDDEN
 void bt_component_filter_destroy(struct bt_component *component);
 
-#endif /* BABELTRACE_COMPONENT_FILTER_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H */
index 540faf4c5d5333ce79a1d7a535aee43dab815368..f742c7b1717f692bf6dcaca032e0083a2acdfe09 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_COMPONENT_INTERNAL_H
-#define BABELTRACE_COMPONENT_COMPONENT_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_INTERNAL_H
+#define BABELTRACE_GRAPH_COMPONENT_INTERNAL_H
 
 /*
  * BabelTrace - Component internal
@@ -185,4 +185,4 @@ const char *bt_component_status_string(enum bt_component_status status)
        }
 }
 
-#endif /* BABELTRACE_COMPONENT_COMPONENT_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_INTERNAL_H */
index c1e7a4548eac51fe9817d890d3e6b94c8cbfb95b..34c899c15ec5bbb94f606ed5ecc028e1a1614786 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_SINK_INTERNAL_H
-#define BABELTRACE_COMPONENT_SINK_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H
+#define BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H
 
 /*
  * BabelTrace - Sink Component internal
@@ -64,4 +64,4 @@ BT_HIDDEN
 enum bt_component_status bt_component_sink_consume(
                struct bt_component *component);
 
-#endif /* BABELTRACE_COMPONENT_SINK_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H */
index 98b523ce236775223add08775d702b43cc9e220e..37e6d934d5c238b7123c1a5742552b911fdd5a04 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_SOURCE_INTERNAL_H
-#define BABELTRACE_COMPONENT_SOURCE_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
+#define BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
 
 /*
  * BabelTrace - Source Component internal
@@ -51,4 +51,4 @@ struct bt_component *bt_component_source_create(
 BT_HIDDEN
 void bt_component_source_destroy(struct bt_component *component);
 
-#endif /* BABELTRACE_COMPONENT_SOURCE_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H */
index 21dd59a3c74e562b49b629cde42f229a4c20c607..366dc0e4e8babc81ed854fdcfc76f9065689af15 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_CONNECTION_INTERNAL_H
-#define BABELTRACE_COMPONENT_CONNECTION_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_CONNECTION_INTERNAL_H
+#define BABELTRACE_GRAPH_CONNECTION_INTERNAL_H
 
 /*
  * BabelTrace - Component Connection Internal
@@ -145,4 +145,4 @@ const char *bt_connection_status_string(enum bt_connection_status status)
        }
 }
 
-#endif /* BABELTRACE_COMPONENT_CONNECTION_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_CONNECTION_INTERNAL_H */
index c8be19aace1d6d91876a6641c7fd4fb66432e6b7..cd1b557d946a9287a705abf333a5fe454397f2c1 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_COMPONENT_GRAPH_INTERNAL_H
-#define BABELTRACE_COMPONENT_COMPONENT_GRAPH_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_GRAPH_INTERNAL_H
+#define BABELTRACE_GRAPH_GRAPH_INTERNAL_H
 
 /*
  * BabelTrace - Component Graph Internal
@@ -190,4 +190,4 @@ enum bt_graph_status bt_graph_status_from_component_status(
        }
 }
 
-#endif /* BABELTRACE_COMPONENT_COMPONENT_GRAPH_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_GRAPH_INTERNAL_H */
index 3dbc6368530173831a60e740a69b9d4e3518343e..9697525c8b83c6af346a16d2eef29176a1ecfa8a 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_NOTIFICATION_DISCARDED_ELEMENTS_INTERNAL_H
-#define BABELTRACE_COMPONENT_NOTIFICATION_DISCARDED_ELEMENTS_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_NOTIFICATION_DISCARDED_ELEMENTS_INTERNAL_H
+#define BABELTRACE_GRAPH_NOTIFICATION_DISCARDED_ELEMENTS_INTERNAL_H
 
 /*
  * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
@@ -83,4 +83,4 @@ struct bt_stream *bt_notification_discarded_elements_borrow_stream(
        return discarded_elems_notif->stream;
 }
 
-#endif /* BABELTRACE_COMPONENT_NOTIFICATION_DISCARDED_ELEMENTS_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_DISCARDED_ELEMENTS_INTERNAL_H */
index 5447a9a0433d26ee9a7e3d0d32dd85ff1a7c867b..62b8a3ab727ffd5c92c3a9f2597b4463886d2a04 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_NOTIFICATION_EVENT_INTERNAL_H
-#define BABELTRACE_COMPONENT_NOTIFICATION_EVENT_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_NOTIFICATION_EVENT_INTERNAL_H
+#define BABELTRACE_GRAPH_NOTIFICATION_EVENT_INTERNAL_H
 
 /*
  * BabelTrace - Plug-in Event Notification internal
@@ -71,4 +71,4 @@ bt_notification_event_borrow_clock_class_priority_map(
 }
 #endif
 
-#endif /* BABELTRACECOMPONENTPLUGIN_NOTIFICATION_EVENT_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_EVENT_INTERNAL_H */
index 07e137898e4d172eb291d8e74647a9ce9e007406..a93c5fb2c36ede8cea572cef6288c6c0abea7294 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_NOTIFICATION_HEAP_INTERNAL_H
-#define BABELTRACE_COMPONENT_NOTIFICATION_HEAP_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_NOTIFICATION_HEAP_INTERNAL_H
+#define BABELTRACE_GRAPH_NOTIFICATION_HEAP_INTERNAL_H
 
 /*
  * Babeltrace - CTF notification heap priority heap
@@ -38,4 +38,4 @@ struct bt_notification_heap {
        void *compare_data;
 };
 
-#endif /* BABELTRACE_COMPONENT_NOTIFICATION_HEAP_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_HEAP_INTERNAL_H */
index f3ae2e41f713837a2a757903366160bceb7d867f..62fba00e96512bb196e4129d2d49bc3b0b9a0738 100644 (file)
@@ -1,5 +1,5 @@
-#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 <pproulx@efficios.com>
@@ -33,4 +33,4 @@ struct bt_notification_inactivity {
        GHashTable *clock_values;
 };
 
-#endif /* BABELTRACE_COMPONENT_NOTIFICATION_INACTIVITY_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_INACTIVITY_INTERNAL_H */
index d1149055717fc61c451f2dbbf66563f6a96f8720..2fbdbb42cbc1ab38a0ec7c2f259b44756027f2a1 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_NOTIFICATION_NOTIFICATION_INTERNAL_H
-#define BABELTRACE_COMPONENT_NOTIFICATION_NOTIFICATION_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_NOTIFICATION_NOTIFICATION_INTERNAL_H
+#define BABELTRACE_GRAPH_NOTIFICATION_NOTIFICATION_INTERNAL_H
 
 /*
  * BabelTrace - Plug-in Notification internal
@@ -88,4 +88,4 @@ const char *bt_notification_type_string(enum bt_notification_type type)
        }
 }
 
-#endif /* BABELTRACE_COMPONENT_NOTIFICATION_NOTIFICATION_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_NOTIFICATION_INTERNAL_H */
index 47b1915948f28e291417f3cebb95ec11f95ed0de..55aa4e6210d09942c493d62ec9524b60aec1960c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_NOTIFICATION_ITERATOR_INTERNAL_H
-#define BABELTRACE_COMPONENT_NOTIFICATION_ITERATOR_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_NOTIFICATION_ITERATOR_INTERNAL_H
+#define BABELTRACE_GRAPH_NOTIFICATION_ITERATOR_INTERNAL_H
 
 /*
  * BabelTrace - Notification Iterator Internal
@@ -221,4 +221,4 @@ const char *bt_private_connection_notification_iterator_state_string(
        }
 };
 
-#endif /* BABELTRACE_COMPONENT_NOTIFICATION_ITERATOR_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_ITERATOR_INTERNAL_H */
index 4fc401662545cbefe9d4d102b42716c0d7a8070b..1c5917514c687c3fc2c742cfe8865de9eddfe00a 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_NOTIFICATION_PACKET_INTERNAL_H
-#define BABELTRACE_COMPONENT_NOTIFICATION_PACKET_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_NOTIFICATION_PACKET_INTERNAL_H
+#define BABELTRACE_GRAPH_NOTIFICATION_PACKET_INTERNAL_H
 
 /*
  * BabelTrace - Packet-related Notifications
@@ -66,4 +66,4 @@ struct bt_packet *bt_notification_packet_end_borrow_packet(
        return notif_packet_end->packet;
 }
 
-#endif /* BABELTRACE_COMPONENT_NOTIFICATION_PACKET_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_PACKET_INTERNAL_H */
index 5c0f72260c3c50e1ce2d8bfd07c2ec38ad8e3eab..a9067947bbf1f8a6370b6d8b3cc4e8a193888c9b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_NOTIFICATION_STREAM_INTERNAL_H
-#define BABELTRACE_COMPONENT_NOTIFICATION_STREAM_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_NOTIFICATION_STREAM_INTERNAL_H
+#define BABELTRACE_GRAPH_NOTIFICATION_STREAM_INTERNAL_H
 
 /*
  * BabelTrace - Stream-related Notifications
@@ -66,4 +66,4 @@ struct bt_stream *bt_notification_stream_end_borrow_stream(
        return notif_stream_end->stream;
 }
 
-#endif /* BABELTRACE_COMPONENT_NOTIFICATION_STREAM_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_NOTIFICATION_STREAM_INTERNAL_H */
index f4d4c0367b3b20b306e32bcd2eb2e95ebd9147c1..8f2fb4b7942c147c59709832203802f4d02bdab4 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_PORT_INTERNAL_H
-#define BABELTRACE_COMPONENT_PORT_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_PORT_INTERNAL_H
+#define BABELTRACE_GRAPH_PORT_INTERNAL_H
 
 /*
  * BabelTrace - Babeltrace Component Port
@@ -74,4 +74,4 @@ const char *bt_port_type_string(enum bt_port_type port_type)
        }
 }
 
-#endif /* BABELTRACE_COMPONENT_PORT_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_PORT_INTERNAL_H */
index b9cee60b8fdab0d2acb5b733d360c0854af069d0..4431bffdeb8ff3e3a669acebe30a37e482f015d0 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_PRIVATE_COMPONENT_SINK_H
-#define BABELTRACE_COMPONENT_PRIVATE_COMPONENT_SINK_H
+#ifndef BABELTRACE_GRAPH_PRIVATE_COMPONENT_FILTER_H
+#define BABELTRACE_GRAPH_PRIVATE_COMPONENT_FILTER_H
 
 /*
  * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
@@ -70,4 +70,4 @@ bt_private_component_filter_add_input_private_port(
 }
 #endif
 
-#endif /* BABELTRACE_COMPONENT_PRIVATE_COMPONENT_SINK_H */
+#endif /* BABELTRACE_GRAPH_PRIVATE_COMPONENT_FILTER_H */
This page took 0.032669 seconds and 4 git commands to generate.