]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_spare_capacity_types.h
Minor changes in include files and Makefile
[frescor/frsh-include.git] / frsh_spare_capacity_types.h
index 22abf7e7a7c8df32c0b53932226beb806ce48ead..9da5c84063094bd253114cec55ed15a4e17462db 100644 (file)
@@ -89,7 +89,7 @@
 /*************************/
 
 /** Granularity of spare capacity requirements: continuous or discrete **/
-typedef enum {FRSH_GRT_CONTINUOUS, FRSH_GRT_DISCRETE} frsh_granularity_t;
+typedef enum {FRSH_GR_CONTINUOUS, FRSH_GR_DISCRETE} frsh_granularity_t;
 
 /** Utilization (C and T) **/
 typedef struct {
@@ -104,7 +104,7 @@ typedef struct {
 } frsh_utilization_set_t;
 
 // Constants for assigning default values
-#define FRSH_DEFAULT_GRANULARITY         FRSH_GRT_CONTINUOUS
+#define FRSH_DEFAULT_GRANULARITY         FRSH_GR_CONTINUOUS
 #define FRSH_DEFAULT_WEIGHT              0
 #define FRSH_DEFAULT_IMPORTANCE          1