]> Git Repo - qemu.git/commit
net: change vnet-hdr TAP prototypes
authorVincenzo Maffione <[email protected]>
Thu, 6 Feb 2014 16:02:15 +0000 (17:02 +0100)
committerStefan Hajnoczi <[email protected]>
Tue, 25 Feb 2014 10:50:16 +0000 (11:50 +0100)
commite96dfd110ee1ad70e7ddbfae01ca95c66f70dac0
treee8c527cd8ff4796cad3d2b7f1c1a3836801234ed
parent6e50d18847a76704c8a49e406084a2321117b954
net: change vnet-hdr TAP prototypes

The tap_has_vnet_hdr() and tap_has_vnet_hdr_len() functions used
to return int, even though they only return true/false values.
This patch changes the prototypes to return bool.

Signed-off-by: Vincenzo Maffione <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
include/net/tap.h
net/tap-win32.c
net/tap.c
This page took 0.024999 seconds and 4 git commands to generate.