diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2009-10-22 17:49:05 +0100 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 08:39:27 -0500 |
| commit | a8ed73f73db458e742aa17798530103d2de578cc (patch) | |
| tree | 54099373aac84c8e88a6c7cc255e3e10508fe6a8 /net.h | |
| parent | 33ad161a0412bf959548cf220f44afe6060eefe5 (diff) | |
| download | focaccia-qemu-a8ed73f73db458e742aa17798530103d2de578cc.tar.gz focaccia-qemu-a8ed73f73db458e742aa17798530103d2de578cc.zip | |
net: move more stuff into net/tap-win32.c, add net/tap.h
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net.h b/net.h index 392c5a5efd..29ed67f4cf 100644 --- a/net.h +++ b/net.h @@ -174,9 +174,4 @@ void net_host_device_remove(Monitor *mon, const QDict *qdict); void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd); -int tap_has_ufo(VLANClientState *vc); -int tap_has_vnet_hdr(VLANClientState *vc); -void tap_using_vnet_hdr(VLANClientState *vc, int using_vnet_hdr); -void tap_set_offload(VLANClientState *vc, int csum, int tso4, int tso6, int ecn, int ufo); - #endif |