From: Michal Sojka Date: Mon, 26 Oct 2009 16:59:53 +0000 (+0100) Subject: Added ID of the new FWP contract block X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/frsh.git/commitdiff_plain/701a56478201617a85462f196c678c8bcddca8a8 Added ID of the new FWP contract block --- diff --git a/fres/contract/fres_container.h b/fres/contract/fres_container.h index dabc877..ac99cda 100644 --- a/fres/contract/fres_container.h +++ b/fres/contract/fres_container.h @@ -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_NUM_BLOCKS, + FRES_BLOCK_FWP, }; typedef CORBA_boolean (fres_block_serialize_fnc_t)(FORB_CDR_Codec *codec, const void *block_data);