mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
drop rt scheduling before we start our helper process
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2013 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
41ea3b2fd4
commit
641d1fa964
1 changed files with 2 additions and 0 deletions
|
|
@ -365,6 +365,8 @@ static int start_client(const char *n, pid_t *pid) {
|
|||
int max_fd, i;
|
||||
/* child */
|
||||
|
||||
pa_reset_priority();
|
||||
|
||||
close(pipe_fds[0]);
|
||||
dup2(pipe_fds[1], 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue