Home
last modified time | relevance | path

Searched hist:"12 ebf6908333a86775ef18f12ea283601fd1d2df" (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/qtest/
H A Dvhost-user-test.c12ebf6908333a86775ef18f12ea283601fd1d2df Thu Oct 22 19:28:37 UTC 2015 Michael S. Tsirkin <mst@redhat.com> vhost-user-test: fix up rhel6 build

Build on RHEL6 fails:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42875

Apparently unnamed unions couldn't use C99 named field initializers.
Let's just name the payload union field.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>