X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Ftep_termination%2Fmain.c;h=738f2d2b0469793111407600c00bd1efac10d79f;hb=7c1290374621d1de05a9301a978af7b432765ff0;hp=18b977e64df96d6e9a287af3d17fb75321e5f572;hpb=aca49772f6d3c9969fb5901683e8d06fbf86f98e;p=dpdk.git diff --git a/examples/tep_termination/main.c b/examples/tep_termination/main.c index 18b977e64d..738f2d2b04 100644 --- a/examples/tep_termination/main.c +++ b/examples/tep_termination/main.c @@ -1081,7 +1081,7 @@ new_device(int vid) * These callback allow devices to be added to the data core when configuration * has been fully complete. */ -static const struct virtio_net_device_ops virtio_net_device_ops = { +static const struct vhost_device_ops virtio_net_device_ops = { .new_device = new_device, .destroy_device = destroy_device, };