X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fwp.git/blobdiff_plain/0b59f4792b0e22c2a1fb703d632ef1c08ecb78fb..803a5bf22ad8f34e693cb4e8ab853d22df169c9e:/fwp/lib/fwp/fwp_vres.c diff --git a/fwp/lib/fwp/fwp_vres.c b/fwp/lib/fwp/fwp_vres.c index 1177a4e..64c5a70 100644 --- a/fwp/lib/fwp/fwp_vres.c +++ b/fwp/lib/fwp/fwp_vres.c @@ -424,7 +424,8 @@ int fwp_vres_consume_budget(struct fwp_vres *vres, size_t size, bool can_block) return ret; } -int fwp_vres_enqueue(struct fwp_vres *vres, struct fwp_endpoint *ep, void *msg, size_t size) +int fwp_vres_enqueue(struct fwp_vres *vres, struct fwp_endpoint *ep, + const void *msg, size_t size) { struct fwp_msgb *msgb; int ret;