Use dynamic shared libraries, list formats
[babeltrace.git] / include / babeltrace / ctf / metadata.h
index bb6dc6cb1042e2bc49d5b7327deb21d96d95473c..c774d7fb357eae64f4997b08a7e8a3884931b2c4 100644 (file)
@@ -53,14 +53,12 @@ struct ctf_trace {
        uint64_t major;
        uint64_t minor;
        uuid_t uuid;
-       uint64_t word_size;
        int byte_order;
 
        enum {                                  /* Fields populated mask */
                CTF_TRACE_major =       (1U << 0),
                CTF_TRACE_minor =       (1U << 1),
                CTF_TRACE_uuid  =       (1U << 2),
-               CTF_TRACE_word_size =   (1U << 3),
        } field_mask;
 };
 
This page took 0.02325 seconds and 4 git commands to generate.