]> rtime.felk.cvut.cz Git - frescor/frsh.git/blobdiff - fres/contract/fres_container.h
Fixed the number of available container blocks
[frescor/frsh.git] / fres / contract / fres_container.h
index dabc877f43eeb8866f98012db786b46d975bbfd6..212d5c6cf76ef04f95898b747f6f7657c15f9ce8 100644 (file)
@@ -91,7 +91,8 @@ enum fres_block_type {
        FRES_BLOCK_FWP_SCHED,
        FRES_BLOCK_ITEM_NODES, /**< resources/item/item_idl.idl */
        FRES_BLOCK_FPGA,       /**< resources/fpga/res_fpga_idl.idl */
-       FRES_NUM_BLOCKS
+       FRES_BLOCK_FWP,
+       __FRES_NUM_BLOCKS,
 };
 
 typedef CORBA_boolean (fres_block_serialize_fnc_t)(FORB_CDR_Codec *codec, const void *block_data);