X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_dev_mgr.h;h=9cc1ff06fb04977599c999fc32e2c2b159def2e6;hp=dd620930085b401c9c25c539d0ae83e93507bc95;hb=5f6b53350ff342a8d6a41d6a40be644ed29dfe5f;hpb=075786ef94c92a5ca5e3fae1ee60e6ec996566c4 diff --git a/palacios/include/palacios/vmm_dev_mgr.h b/palacios/include/palacios/vmm_dev_mgr.h index dd62093..9cc1ff0 100644 --- a/palacios/include/palacios/vmm_dev_mgr.h +++ b/palacios/include/palacios/vmm_dev_mgr.h @@ -157,6 +157,8 @@ struct v3_dev_blk_ops { }; struct v3_dev_net_ops { + int (*send)(uint8_t * buf, uint32_t count, void * private_data, struct vm_device *dest_dev); + int (*receive)(uint8_t * buf, uint32_t count, void * private_data, struct vm_device *src_dev); };