diff options
author | Anthony Liguori | 2009-10-22 22:29:03 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-10-27 18:29:05 +0100 |
commit | 9f09204064f7df627361e0dfc1f0e86f106de8e9 (patch) | |
tree | db0a0b84a99116993db919dad63f7f6230d18d9b | |
parent | Fix signature of new_vlan_client (diff) | |
download | qemu-9f09204064f7df627361e0dfc1f0e86f106de8e9.tar.gz qemu-9f09204064f7df627361e0dfc1f0e86f106de8e9.tar.xz qemu-9f09204064f7df627361e0dfc1f0e86f106de8e9.zip |
really fix net.h
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ struct VLANState { VLANState *qemu_find_vlan(int id, int allocate); VLANClientState *qemu_find_netdev(const char *id); -VLANClientState *qemu_new_vlan_client(net_client_type type,, +VLANClientState *qemu_new_vlan_client(net_client_type type, VLANState *vlan, VLANClientState *peer, const char *model, |