]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Small changes to expose FRSH_N_IMPORTANCE_LEVELS and frsh_rel_time_t to FRTA
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 28 Jan 2008 08:52:04 +0000 (08:52 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 28 Jan 2008 08:52:04 +0000 (08:52 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1013 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_configuration_parameters.h
frsh_core_types.h

index 5dbab0b60b64bc7601dd325592fae1d139b99951..e2504cf89340c536ab548adc33e6b04691a25328 100644 (file)
  **/
 #define FRSH_MAX_N_UTILIZATION_VALUES         5
 
+/** Number of importance levels for spare capacity allocation **/
+#define FRSH_N_IMPORTANCE_LEVELS     5
 
 /**
  * Maximum number of synchronization objects
index 4de2d537e313c49a646d216ac729fe7e3ae40f89..1afe99b754c6be085e9b43bb242ca359bd04e364 100644 (file)
@@ -121,7 +121,9 @@ typedef fosa_signal_t frsh_signal_t;
 
 typedef fosa_signal_info_t frsh_signal_info_t;
 
-
+/* Temporary placement */
+typedef struct timespec frsh_rel_time_t;
+typedef struct timespec frsh_abs_time_t;
 
 
 /** Kind of workload expected in vres: bounded or indeterminate **/