lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / trace-ir / trace-class-internal.h
index b5e8fb3f0c7d050bda4871c8a3bdc6efdbf4fb88..5afd3920faf4767b21745e35eddc7cd5f0497fff 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_TRACE_IR_TRACE_CLASS_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
@@ -63,12 +62,8 @@ struct bt_trace_class {
        /* Array of `struct bt_stream_class *` */
        GPtrArray *stream_classes;
 
-       struct bt_field_class *packet_header_fc;
        bool assigns_automatic_stream_class_id;
-
-       /* Pool of `struct bt_field_wrapper *` */
-       struct bt_object_pool packet_header_field_pool;
-
+       GArray *destruction_listeners;
        bool frozen;
 };
 
This page took 0.026231 seconds and 4 git commands to generate.