lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / trace-ir / trace-internal.h
index 4154be6e56827a3211d93bfa0c9c49be78eab64e..16076673e09178fd5d8185281a1a57b91d14c071 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_TRACE_IR_TRACE_INTERNAL_H
 
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2014 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
@@ -65,10 +64,7 @@ struct bt_trace {
         */
        GHashTable *stream_classes_stream_count;
 
-       struct bt_field_class *packet_header_fc;
-       GArray *is_static_listeners;
-       bool is_static;
-       bool in_remove_listener;
+       GArray *destruction_listeners;
        bool frozen;
 };
 
This page took 0.024936 seconds and 4 git commands to generate.