]> rtime.felk.cvut.cz Git - frescor/fwp.git/blob - fwp/lib/frsh_fwp/fwp_idl.idl
399d9afab56a9c194b9a197f837db0342fd3115c
[frescor/fwp.git] / fwp / lib / frsh_fwp / fwp_idl.idl
1 /**
2  * @file   fwp_idl.idl
3  * @author Martin Molnar <molnam1@fel.cvut.cz>
4  * @date   Thu Oct 30 14:27:12 2008
5  * 
6  * @brief  Contract data block for fwp resource
7  * 
8  * 
9  */
10 module fres {
11         module block {
12                 struct fwp_sched {
13                         octet ac_id;
14                 };
15         };
16 };