diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-10-22 17:49:07 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 08:39:27 -0500 |
commit | 5281d757efa6e40d74ce124be048b08d43887555 (patch) | |
tree | 7ca14526d613f2f906243c256d756853128c2199 /net.h | |
parent | f54c7bdc48c81f4660902680d74aed5dc00cdc44 (diff) |
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>
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -174,4 +174,6 @@ void net_host_device_remove(Monitor *mon, const QDict *qdict); void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd); +int net_handle_fd_param(Monitor *mon, const char *param); + #endif |