On Wed, Nov 9, 2011 at 9:03 PM, Sasha Levin <levinsasha...@gmail.com> wrote:
> +struct virtio_trans {
> +       void                    *virtio;
> +       enum VIRTIO_TRANS_TYPE  type;
> +       struct virtio_trans_ops trans_ops;
> +       struct virtio_ops       virtio_ops;
> +};

Why are the ops not pointers? And why is the enum name in ALL CAPS?

                         Pekka
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to