Closed jonlamb-gh closed 2 years ago
May I kindly ask you to submit this patch to barectf's Gerrit instead?
Review will be much more easier this way.
May I kindly ask you to submit this patch to barectf's Gerrit instead?
I can assist if you're not familiar.
:+1: First time with Gerrit, but I think I got it: https://review.lttng.org/c/barectf/+/7496
First time with Gerrit, but I think I got it:
🥳 Thank you!
Closing this PR as I'll merge into master
directly from Gerrit.
Adds a new optional packet features object
seq-num-field-type
, which generates the metadata field type namepacket_seq_num
when defined (defaults to false). Currently this is conditionally maintained instruct barectf_ctx
as auint32_t
type likeevents_discarded
. In the future this could be improved to use the config type defined by the stream instruct barectf_default_ctx
so that the types are aligned.Closes #23
Signed-off-by: Jon Lamb jon@auxon.io