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

@ -234,7 +234,8 @@ bool sysprof_capture_writer_add_dbus_message (Sy
int64_t time,
int cpu,
int32_t pid,
uint32_t flags,
uint16_t bus_type,
uint16_t flags,
const uint8_t *message_data,
size_t message_len);
SYSPROF_AVAILABLE_IN_ALL