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:
Lennart Poettering 2007-09-28 12:53:17 +00:00
parent 3cdff5f3cc
commit f8c17861b8

View file

@ -614,7 +614,7 @@ int main(int argc, char *argv[]) {
else
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());