commit | 5281d757efa6e40d74ce124be048b08d43887555 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Thu Oct 22 17:49:07 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Oct 30 08:39:27 2009 -0500 |
tree | 7ca14526d613f2f906243c256d756853128c2199 | |
parent | f54c7bdc48c81f4660902680d74aed5dc00cdc44 [diff] [blame] |
net: split all the tap code out into net/tap.c Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/net.h b/net.h index 29ed67f..338d84a 100644 --- a/net.h +++ b/net.h
@@ -174,4 +174,6 @@ void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd); +int net_handle_fd_param(Monitor *mon, const char *param); + #endif