Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 405 → Rev 406

/shark/trunk/ports/first/include/fsf_configuration_parameters.h
29,18 → 29,18
// the implementation
 
// Maximum number of accepted contracts (servers)
#define FSF_MAX_N_SERVERS 10
#define FSF_MAX_N_SERVERS 20
 
// Maximum number of threads that may be scheduled by the framework
#define FSF_MAX_N_THREADS 10
#define FSF_MAX_N_THREADS 20
 
// Maximum number of critical sections that can be stored in a
// contract parameters object
#define FSF_MAX_N_CRITICAL_SECTIONS 10
#define FSF_MAX_N_CRITICAL_SECTIONS 20
 
// Maximum number of utilization values (pairs of budget and period)
// that can be stored in a contract parameters object
#define FSF_MAX_N_UTILIZATION_VALUES 5
#define FSF_MAX_N_UTILIZATION_VALUES 20
 
#define FSF_MAX_N_BIND_THREAD 1