Remove bt_notification_discarded_{events,packets}_set_count()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 17 Jul 2017 20:45:37 +0000 (16:45 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 10 Aug 2017 21:40:49 +0000 (17:40 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/graph/notification-discarded-events.h
include/babeltrace/graph/notification-discarded-packets.h

index 91151e4f1c5940761a00ddc5534038b890ec837a..d76b6df61956af15485594082ade03a4a9bb68a7 100644 (file)
@@ -42,10 +42,6 @@ extern struct bt_ctf_clock_value *
 bt_notification_discarded_events_get_end_clock_value(
                struct bt_notification *notification);
 
-extern int bt_notification_discarded_events_set_count(
-               struct bt_notification *notification,
-               uint64_t count);
-
 extern int64_t bt_notification_discarded_events_get_count(
                struct bt_notification *notification);
 
index 44600816a49b2db0e3d15b6e0d4f7c769b8b1c7a..1e7bd51e5a0caccf9e766c60d4138277e54628ca 100644 (file)
@@ -42,10 +42,6 @@ extern struct bt_ctf_clock_value *
 bt_notification_discarded_packets_get_end_clock_value(
                struct bt_notification *notification);
 
-extern int bt_notification_discarded_packets_set_count(
-               struct bt_notification *notification,
-               uint64_t count);
-
 extern int64_t bt_notification_discarded_packets_get_count(
                struct bt_notification *notification);
 
This page took 0.025076 seconds and 4 git commands to generate.