]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_hierarchical_types.h
contract label length to conf params
[frescor/frsh-include.git] / frsh_hierarchical_types.h
index ac5f721ef96d21203aec88c83d4056586ec3291b..c2b76d9d774e132e818f94bfaa06b2e321b69f74 100644 (file)
@@ -113,14 +113,14 @@ typedef struct {
    struct timespec   start;
    struct timespec   end;
    struct timespec   comp_time;
-} frsh_target_window;
+} frsh_target_window_t;
 
 /**
  * Container for a frsh_target_window array
  **/
 typedef struct {
   int size;
-  frsh_target_window  table[FRSH_MAX_N_TARGET_WINDOWS];
+  frsh_target_window_t  table[FRSH_MAX_N_TARGET_WINDOWS];
 } frsh_table_driven_params_t;