diff options
Diffstat (limited to 'net/netmap.c')
-rw-r--r-- | net/netmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/netmap.c b/net/netmap.c index 297510e..6cd8f2b 100644 --- a/net/netmap.c +++ b/net/netmap.c @@ -366,8 +366,7 @@ static void netmap_set_vnet_hdr_len(NetClientState *nc, int len) } } -static void netmap_set_offload(NetClientState *nc, int csum, int tso4, int tso6, - int ecn, int ufo, int uso4, int uso6) +static void netmap_set_offload(NetClientState *nc, const NetOffloads *ol) { NetmapState *s = DO_UPCAST(NetmapState, nc, nc); |