lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*()
[babeltrace.git] / include / babeltrace / graph / notification-packet-internal.h
index 77cdf979a990dd24e5072642aceda2c1d4e972fe..20fe61342704b3befe38667be40a4f87258de02f 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_GRAPH_NOTIFICATION_PACKET_INTERNAL_H
 
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
- *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * in the Software without restriction, including without limitation the rights
@@ -30,7 +29,7 @@
 #include <babeltrace/graph/notification-internal.h>
 #include <babeltrace/assert-internal.h>
 
-struct bt_notification_packet_begin {
+struct bt_notification_packet_beginning {
        struct bt_notification parent;
        struct bt_packet *packet;
 };
@@ -41,13 +40,13 @@ struct bt_notification_packet_end {
 };
 
 BT_HIDDEN
-struct bt_notification *bt_notification_packet_begin_new(
+struct bt_notification *bt_notification_packet_beginning_new(
                struct bt_graph *graph);
 BT_HIDDEN
-void bt_notification_packet_begin_recycle(struct bt_notification *notif);
+void bt_notification_packet_beginning_recycle(struct bt_notification *notif);
 
 BT_HIDDEN
-void bt_notification_packet_begin_destroy(struct bt_notification *notif);
+void bt_notification_packet_beginning_destroy(struct bt_notification *notif);
 
 BT_HIDDEN
 struct bt_notification *bt_notification_packet_end_new(struct bt_graph *graph);
This page took 0.031665 seconds and 4 git commands to generate.