]> rtime.felk.cvut.cz Git - frescor/fwp.git/blobdiff - fwp/lib/core/fwp_vres.h
contract negotiation rework using rserve and commit contract_ops
[frescor/fwp.git] / fwp / lib / core / fwp_vres.h
index 073d5a3de4a20dcff37c30a2bbecd9039e9da328..81daea0cef6b473ff68f87edf0a233967d3a646f 100644 (file)
@@ -47,7 +47,7 @@ int fwp_vres_table_init(unsigned int nr_vres);
 
 fwp_vres_d_t fwp_vres_alloc();
 fwp_vres_id_t fwp_vres_get_id(fwp_vres_d_t vresd);
-int fwp_vres_set_params(fwp_vres_params_t *params, fwp_vres_d_t vresd);
+int fwp_vres_set_params(fwp_vres_d_t vresd, fwp_vres_params_t *params);
 int fwp_vres_create(fwp_vres_params_t *params, fwp_vres_d_t *vresdp);
 int fwp_vres_destroy(fwp_vres_d_t vresd);
 /* */