mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
use the full range of RTSIGS for our stuff
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1914 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
3cdff5f3cc
commit
f8c17861b8
1 changed files with 10 additions and 10 deletions
|
|
@ -614,7 +614,7 @@ int main(int argc, char *argv[]) {
|
||||||
else
|
else
|
||||||
pa_log_info("Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!");
|
pa_log_info("Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!");
|
||||||
|
|
||||||
pa_rtsig_configure(SIGRTMIN+10, SIGRTMAX);
|
pa_rtsig_configure(SIGRTMIN, SIGRTMAX);
|
||||||
|
|
||||||
pa_assert_se(mainloop = pa_mainloop_new());
|
pa_assert_se(mainloop = pa_mainloop_new());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue