Revision 665a3b07 net.h

b/net.h
54 54
} NetClientInfo;
55 55

  
56 56
struct VLANClientState {
57
    net_client_type type;
58
    NetReceive *receive;
59
    NetReceive *receive_raw;
60
    NetReceiveIOV *receive_iov;
61
    /* Packets may still be sent if this returns zero.  It's used to
62
       rate-limit the slirp code.  */
63
    NetCanReceive *can_receive;
64
    NetCleanup *cleanup;
65
    LinkStatusChanged *link_status_changed;
57
    NetClientInfo *info;
66 58
    int link_down;
67 59
    QTAILQ_ENTRY(VLANClientState) next;
68 60
    struct VLANState *vlan;

Also available in: Unified diff