From: telleriam Date: Wed, 1 Aug 2007 07:22:46 +0000 (+0000) Subject: Increasing FRSH_LOWEST_THREAD_PRIORITY because in the main initialisation we X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-include.git/commitdiff_plain/922edbae83591cca4ce2fd5d5d566b8b3a671995 Increasing FRSH_LOWEST_THREAD_PRIORITY because in the main initialisation we go now to LOWEST_THREAD_PRIORITY - 3. git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@624 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/frsh_configuration_parameters.h b/frsh_configuration_parameters.h index 5d8cfec..b6735da 100644 --- a/frsh_configuration_parameters.h +++ b/frsh_configuration_parameters.h @@ -203,7 +203,7 @@ * The lowest priority that can be assigned to an application thread, * it should be at least 1 level above the minimum of the system **/ -#define FRSH_LOWEST_THREAD_PRIORITY 3 +#define FRSH_LOWEST_THREAD_PRIORITY 5 /** * Each call to the functions that negotiate or renegotiate a contract