Skip to content

Commit

Permalink
magic and uuid added in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeena840 committed Jul 12, 2019
1 parent fa17148 commit 05dbb29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/ctf/metadata
Expand Up @@ -1038,8 +1038,11 @@ typedef enum events_e : uint32_t {
trace {
major = 1;
minor = 8;
uuid = "6a7715d0-b502-4c65-8678-6777ac7f755a";
byte_order = le;
packet.header := struct {
uint32_t magic;
uint8_t uuid[16];
uint32_t stream_id;
};
};
Expand Down

0 comments on commit 05dbb29

Please sign in to comment.