diff options
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net.h b/net.h index 9185bcf794..497a7373fa 100644 --- a/net.h +++ b/net.h @@ -54,15 +54,7 @@ typedef struct NetClientInfo { } NetClientInfo; struct VLANClientState { - net_client_type type; - NetReceive *receive; - NetReceive *receive_raw; - NetReceiveIOV *receive_iov; - /* Packets may still be sent if this returns zero. It's used to - rate-limit the slirp code. */ - NetCanReceive *can_receive; - NetCleanup *cleanup; - LinkStatusChanged *link_status_changed; + NetClientInfo *info; int link_down; QTAILQ_ENTRY(VLANClientState) next; struct VLANState *vlan; |