Add stream_event_context accessors
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index 0a1420d5dee824117427aa7c9a087e471a31aa3e..55ad787e50723d11548f04d9d0e0bfa9d88bbdeb 100644 (file)
@@ -4,7 +4,7 @@
 /*
  * BabelTrace - CTF IR: Stream class internal
  *
- * Copyright 2013 EfficiOS Inc.
+ * Copyright 2013, 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
@@ -47,19 +47,13 @@ struct bt_ctf_stream_class {
        struct bt_ctf_field_type *event_header_type;
        struct bt_ctf_field *event_header;
        struct bt_ctf_field_type *packet_context_type;
-       struct bt_ctf_field *packet_context;
        struct bt_ctf_field_type *event_context_type;
-       struct bt_ctf_field *event_context;
        int frozen;
 };
 
 BT_HIDDEN
 void bt_ctf_stream_class_freeze(struct bt_ctf_stream_class *stream_class);
 
-BT_HIDDEN
-int bt_ctf_stream_class_set_id(struct bt_ctf_stream_class *stream_class,
-               uint32_t id);
-
 BT_HIDDEN
 int bt_ctf_stream_class_serialize(struct bt_ctf_stream_class *stream_class,
                struct metadata_context *context);
This page took 0.026967 seconds and 4 git commands to generate.