mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: prefix nonstandard messages with pipewire-pulse:
This commit is contained in:
parent
4b27807292
commit
5d7900c4aa
1 changed files with 2 additions and 2 deletions
|
|
@ -106,11 +106,11 @@ static int core_object_message_handler(struct client *client, struct pw_manager_
|
|||
}
|
||||
fputc(']', response);
|
||||
#ifdef HAVE_MALLOC_INFO
|
||||
} else if (spa_streq(message, "malloc-info")) {
|
||||
} else if (spa_streq(message, "pipewire-pulse:malloc-info")) {
|
||||
malloc_info(0, response);
|
||||
#endif
|
||||
#ifdef HAVE_MALLOC_TRIM
|
||||
} else if (spa_streq(message, "malloc-trim")) {
|
||||
} else if (spa_streq(message, "pipewire-pulse:malloc-trim")) {
|
||||
int res = malloc_trim(0);
|
||||
fprintf(response, "%d", res);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue