vsock: support sockmap
[linux-2.6-block.git] / drivers / vhost / vsock.c
index c8e6087769a178e8af643b24c962952fd048e31e..6578db78f0ae27d07d91f2fdcd738d92fd3715a7 100644 (file)
@@ -439,6 +439,7 @@ static struct virtio_transport vhost_transport = {
                .notify_send_post_enqueue = virtio_transport_notify_send_post_enqueue,
                .notify_buffer_size       = virtio_transport_notify_buffer_size,
 
+               .read_skb = virtio_transport_read_skb,
        },
 
        .send_pkt = vhost_transport_send_pkt,