]> rtime.felk.cvut.cz Git - frescor/frsh.git/commitdiff
Added FIXME comments to Dario's spare capacity stub
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 14 Apr 2009 12:09:13 +0000 (14:09 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 14 Apr 2009 12:09:13 +0000 (14:09 +0200)
fres/contract/fres_blocks.idl

index d943d1a6e514832c8a03aa6cdd6e7999d92572aa..6bf66e806895196d79c277723ae5d05b86593f7b 100644 (file)
@@ -152,8 +152,8 @@ module fres {
 
                /// Spare capacity
                struct spare_capacity {
-                       fosa_rel_time_t         budget;
-                       fosa_rel_time_t         period;
+                       fosa_rel_time_t         budget; // FIXME: remove me after variants are fully supported
+                       fosa_rel_time_t         period; // FIXME: remove me after variants are fully supported
                        frsh_granularity_t      granularity;
                        long                    importance;     
                        long                    weight;