From: telleriam Date: Mon, 28 Jan 2008 08:52:04 +0000 (+0000) Subject: Small changes to expose FRSH_N_IMPORTANCE_LEVELS and frsh_rel_time_t to FRTA X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-include.git/commitdiff_plain/7a0d52a8f7955c60df1b36999bde5e0b7bbacd7b Small changes to expose FRSH_N_IMPORTANCE_LEVELS and frsh_rel_time_t to FRTA git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1013 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/frsh_configuration_parameters.h b/frsh_configuration_parameters.h index 5dbab0b..e2504cf 100644 --- a/frsh_configuration_parameters.h +++ b/frsh_configuration_parameters.h @@ -150,6 +150,8 @@ **/ #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 diff --git a/frsh_core_types.h b/frsh_core_types.h index 4de2d53..1afe99b 100644 --- a/frsh_core_types.h +++ b/frsh_core_types.h @@ -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 **/