aboutsummaryrefslogtreecommitdiff
path: root/net.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-10-22 15:27:24 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-27 12:29:05 -0500
commita7f085c6e0ea62842483b74e1ee40c0a66029997 (patch)
treef88d4e325afbb59145ad1cd79407e1bba9a0b52e /net.h
parent0ce0e8f498a7cbbdda7de5ad5399988a393b0aa3 (diff)
Fix signature of new_vlan_client
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.h')
-rw-r--r--net.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net.h b/net.h
index b3c0ce2ff8..8d46d846ca 100644
--- a/net.h
+++ b/net.h
@@ -73,7 +73,8 @@ struct VLANState {
VLANState *qemu_find_vlan(int id, int allocate);
VLANClientState *qemu_find_netdev(const char *id);
-VLANClientState *qemu_new_vlan_client(VLANState *vlan,
+VLANClientState *qemu_new_vlan_client(net_client_type type,,
+ VLANState *vlan,
VLANClientState *peer,
const char *model,
const char *name,