projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7f085c
)
really fix net.h
author
Anthony Liguori
<aliguori@us.ibm.com>
Thu, 22 Oct 2009 20:29:03 +0000
(15:29 -0500)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:29:05 +0000
(12:29 -0500)
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.h
patch
|
blob
|
history
diff --git
a/net.h
b/net.h
index 8d46d846ca1448b102f9a36142a70b017090ea6a..639be5ef158af4b2089e982e9c3f38a021feb046 100644
(file)
--- a/
net.h
+++ b/
net.h
@@
-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,