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

@ -173,6 +173,7 @@ sysprof_dbus_monitor_record_fiber (gpointer user_data)
SYSPROF_CAPTURE_CURRENT_TIME,
-1,
-1,
record->bus_type,
SYSPROF_CAPTURE_DBUS_FLAGS_MESSAGE_TOO_LARGE,
NULL, 0);
@ -209,6 +210,7 @@ sysprof_dbus_monitor_record_fiber (gpointer user_data)
SYSPROF_CAPTURE_CURRENT_TIME,
-1,
-1,
record->bus_type,
0,
read_buffer, n_needed);
}