X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_vhost%2Fvhost_cuse%2Fvirtio-net-cdev.h;h=eb6b0bab9588abc5c2b953d968c0ab2c5c76ec65;hb=159793ac867be6020309f2909f8c47afbf52ed3f;hp=5ee81b11cfa39caa13e16373307cca6220a23b3b;hpb=9464a441601e8b2447373ce0dfcc31cc4ae409a5;p=dpdk.git diff --git a/lib/librte_vhost/vhost_cuse/virtio-net-cdev.h b/lib/librte_vhost/vhost_cuse/virtio-net-cdev.h index 5ee81b11cf..eb6b0bab95 100644 --- a/lib/librte_vhost/vhost_cuse/virtio-net-cdev.h +++ b/lib/librte_vhost/vhost_cuse/virtio-net-cdev.h @@ -42,4 +42,7 @@ int cuse_set_mem_table(struct vhost_device_ctx ctx, const struct vhost_memory *mem_regions_addr, uint32_t nregions); +int +cuse_set_backend(struct vhost_device_ctx ctx, struct vhost_vring_file *); + #endif