Fix: src.ctf.lttng-live: emitting stream end msg with no stream
[babeltrace.git] / include / babeltrace2 / graph / message-message-iterator-inactivity.h
index c738a6e9006d5bee274645a02828ff89bae5e07a..dba7c4a445e045f4afa014c8cc5f6581be5b3383 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE2_GRAPH_MESSAGE_MESSAGE_ITERATOR_INACTIVITY_H
 
 /*
- * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,6 @@
 
 #include <stdint.h>
 
-/* For bt_self_message_iterator, bt_message, bt_clock_class */
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
@@ -39,7 +38,7 @@ extern "C" {
 extern
 bt_message *bt_message_message_iterator_inactivity_create(
                bt_self_message_iterator *message_iterator,
-               const bt_clock_class *default_clock_class, uint64_t raw_value);
+               const bt_clock_class *clock_class, uint64_t raw_value);
 
 #ifdef __cplusplus
 }
This page took 0.024732 seconds and 4 git commands to generate.