Revision 283c7c63 net.h

b/net.h
28 28
    void *opaque;
29 29
    QTAILQ_ENTRY(VLANClientState) next;
30 30
    struct VLANState *vlan;
31
    VLANClientState *peer;
31 32
    char *model;
32 33
    char *name;
33 34
    char info_str[256];
......
56 57

  
57 58
VLANState *qemu_find_vlan(int id, int allocate);
58 59
VLANClientState *qemu_new_vlan_client(VLANState *vlan,
60
                                      VLANClientState *peer,
59 61
                                      const char *model,
60 62
                                      const char *name,
61 63
                                      NetCanReceive *can_receive,

Also available in: Unified diff