]> 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 8684a1c0faf5cc7f31d8503fcb04f3c753004916..c2b76d9d774e132e818f94bfaa06b2e321b69f74 100644 (file)
 #ifndef        FRSH_HIERARCHICAL_TYPES_H_
 #define        FRSH_HIERARCHICAL_TYPES_H_
 
+/**
+ * @file frsh_hierarchical_types.h
+ **/
+
 #include <time.h>
 
 /**
@@ -109,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;