libsysprof-capture: add bus type to add_dbus API

This commit is contained in:
Christian Hergert
2023-07-27 14:25:06 -07:00
parent bc17b6d316
commit e210572700
4 changed files with 8 additions and 2 deletions

View File

@ -402,6 +402,7 @@ sysprof_capture_writer_cat (SysprofCaptureWriter *self,
frame->frame.time,
frame->frame.cpu,
frame->frame.pid,
frame->bus_type,
frame->flags,
frame->message,
frame->message_len);