]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Adding the capability to renegotiate service thread budget and period
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 23 Apr 2009 19:21:15 +0000 (19:21 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 23 Apr 2009 19:21:15 +0000 (19:21 +0000)
and correcting the default budget and period set in the configuration
parameters.

git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1644 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_configuration_parameters.h

index d5b1d25a728af64c0b1224fe2ccf690275f4c43f..4ae7d2278cc17e32f43c35b9b583c52540efd6ab 100644 (file)
@@ -245,7 +245,7 @@ FRSH_CPP_BEGIN_DECLS
  **/
 
 /** Initial period of the service thread (timespec) **/
-#define FRSH_SERVICE_THREAD_PERIOD_USECS 5000000 /* 500 msecs */
+#define FRSH_SERVICE_THREAD_PERIOD_USECS 500000 /* 500 msecs */
 
 /** Initial budget of the service thread (timespec) **/
 #define FRSH_SERVICE_THREAD_BUDGET_USECS 1000 /* 1 msec */