add 2 new API functions: jack_client_real_time_priority() and jack_client_max_real_ti...
commit624ada7a20da61961be6858e5a5e671da1c014a7
authorpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>
Sat, 25 Oct 2008 12:48:26 +0000 (25 12:48 +0000)
committerpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>
Sat, 25 Oct 2008 12:48:26 +0000 (25 12:48 +0000)
tree3289ee2f8eb5f77753175f80b86c516f1ae495bc
parent4a2575a0e0ef97bd7719548009c815e482bd1d20
add 2 new API functions: jack_client_real_time_priority() and jack_client_max_real_time_priority(); client threads now run *5* below the engine to allow for the possibility of other client-specific threads to have priorities above the normal client thread but below the server; bump to 0.115.0 to reflect this change

git-svn-id: http://subversion.jackaudio.org/jack/trunk/jack@3051 0c269be4-1314-0410-8aa9-9f06e86f4224
configure.ac
jack/internal.h
jack/thread.h
jackd/engine.c
libjack/thread.c