]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_spare_capacity_types.h
Adding FRSH_CPP_BEGIN|END_DECLS to public .h files
[frescor/frsh-include.git] / frsh_spare_capacity_types.h
index cece8b0000d8f179fe649e0566c06be0a373ffcb..d002aa999842d2b7fcfca9bb708bff3c77215a53 100644 (file)
 
 #include <time.h>
 
+FRSH_CPP_BEGIN_DECLS
+
 /**
  * @file frsh_spare_capacity_types.h
- *
- * Defines and typedefs for types used in spare_capacity functions.
  **/
 
 /**
@@ -90,7 +90,7 @@
 /* D E F I N I T I O N S */
 /*************************/
 
-/** Granularity of spare capacity requirements **/
+/** Granularity of spare capacity requirements: continuous or discrete **/
 typedef enum {FRSH_GR_CONTINUOUS, FRSH_GR_DISCRETE} frsh_granularity_t;
 
 /** Utilization (C and T) **/
@@ -116,4 +116,8 @@ typedef struct {
    (frsh_utilization_set_t *)NULL
 
 /*@}*/
+
+FRSH_CPP_END_DECLS
+
+
 #endif             /* !FRSH_SPARE_CAPACITY_TYPES_H_ */