vhost: get internal ops when registering
[dpdk.git] / lib / librte_vhost / vhost-net-cdev.h
index 575daa9..0db8f0a 100644 (file)
@@ -80,4 +80,5 @@ struct vhost_net_device_ops {
 int register_cuse_device(const char *base_name, int index, struct vhost_net_device_ops const * const);
 int start_cuse_session_loop(void);
 
+struct vhost_net_device_ops const *get_virtio_net_callbacks(void);
 #endif /* _VHOST_NET_CDEV_H_ */