X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fwp.git/blobdiff_plain/31f8dc53f308bc1d2256cd55ad65613b7cd0c71a..67e4fc38bc84c79c863cfc7c14ea500de5a8a413:/fwp/lib/frsh_fwp/fwp_fra.c diff --git a/fwp/lib/frsh_fwp/fwp_fra.c b/fwp/lib/frsh_fwp/fwp_fra.c index ce50301..a0e3d55 100644 --- a/fwp/lib/frsh_fwp/fwp_fra.c +++ b/fwp/lib/frsh_fwp/fwp_fra.c @@ -119,8 +119,8 @@ static struct fres_allocator fwp_allocator = { .priv = NULL }; -int fra_fwp_init(forb_orb orb, fres_contract_broker fcb, forb_executor_t *executor) +int fra_fwp_init(void) { fres_block_register_fwp(); - return fra_register(orb, fcb, executor, &fwp_allocator); + return fra_register(&fwp_allocator); }