On 2015/10/23 19:36, Michael S. Tsirkin wrote: > 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 <m...@redhat.com> > --- > tests/vhost-user-test.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-)
Reviewed-by: Gonglei <arei.gong...@huawei.com>