mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: add bus type to add_dbus API
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user