lib: update copyrights
[babeltrace.git] / include / babeltrace / graph / graph-internal.h
index 80a661b4fa711090ecc29fc3ccf77589b34bf881..2ff92d35f741e63b20800589c7fb8ec831107172 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_GRAPH_GRAPH_INTERNAL_H
 
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2017 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
@@ -27,7 +26,7 @@
 
 #include <babeltrace/graph/graph.h>
 #include <babeltrace/graph/connection-internal.h>
-#include <babeltrace/graph/notification.h>
+#include <babeltrace/graph/notification-const.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/object-pool-internal.h>
@@ -94,7 +93,7 @@ struct bt_graph {
        /* Pool of `struct bt_notification_event *` */
        struct bt_object_pool event_notif_pool;
 
-       /* Pool of `struct bt_notification_packet_begin *` */
+       /* Pool of `struct bt_notification_packet_beginning *` */
        struct bt_object_pool packet_begin_notif_pool;
 
        /* Pool of `struct bt_notification_packet_end *` */
This page took 0.024922 seconds and 4 git commands to generate.