lib: add stream activity beginning/end messages
[babeltrace.git] / lib / graph / graph.c
index f0a919f681705e7b27661e6b98af61ec2c6c8cce..d5fc0b6b54c36eec69ad9a2f89204469da46f6fa 100644 (file)
@@ -233,14 +233,14 @@ static
 void destroy_message_packet_begin(struct bt_message *msg,
                struct bt_graph *graph)
 {
-       bt_message_packet_beginning_destroy(msg);
+       bt_message_packet_destroy(msg);
 }
 
 static
 void destroy_message_packet_end(struct bt_message *msg,
                struct bt_graph *graph)
 {
-       bt_message_packet_end_destroy(msg);
+       bt_message_packet_destroy(msg);
 }
 
 static
This page took 0.024211 seconds and 4 git commands to generate.