mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewire: module-rt: add missing static
This commit is contained in:
parent
a834da988c
commit
5bb2224da3
1 changed files with 1 additions and 1 deletions
|
|
@ -1006,7 +1006,7 @@ static int do_rtkit_setup(struct spa_loop *loop, bool async, uint32_t seq,
|
|||
}
|
||||
#endif /* HAVE_DBUS */
|
||||
|
||||
int set_uclamp(int uclamp_min, int uclamp_max, pid_t pid) {
|
||||
static int set_uclamp(int uclamp_min, int uclamp_max, pid_t pid) {
|
||||
#ifdef __linux__
|
||||
int ret;
|
||||
struct sched_attr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue