]> rtime.felk.cvut.cz Git - frescor/fwp.git/blobdiff - fwp/lib/core/fwp_vres.h
Fixed Doxygen comments
[frescor/fwp.git] / fwp / lib / core / fwp_vres.h
index 335bce972523dbf6d8ae15511eef7a3dccd52f5e..a3cd8176991cf4d681d5bbcfc70c9bc74993f1ec 100644 (file)
@@ -28,10 +28,10 @@ typedef enum  {
  */
 typedef
 struct fwp_vres_params {
-       /**< STA-unique identifier of vres params assigned by manager*/ 
+       /** STA-unique identifier of vres params assigned by manager*/  
        fwp_vparam_id_t id; 
        int             budget;         /**< bytes per period */
-       /**< all time units are in microseconds */      
+       /** all time units are in microseconds */       
        int             period_usec; 
        fwp_ac_t        ac_id;          /**< AC id ~ priority of vres */
 } fwp_vres_params_t;