]> git.proxmox.com Git - qemu.git/commit
net: pass monitor handle to client init functions
authorMark McLoughlin <markmc@redhat.com>
Thu, 8 Oct 2009 18:58:19 +0000 (19:58 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 15 Oct 2009 14:32:00 +0000 (09:32 -0500)
commit8b077c9f975c04dadaa2bb911567997afdfb6bd6
tree017f26baed95c811ffa07e5d6fcbbc0d7fa6cadb
parent98449371228d7636caa6a1dfbd681be827048eda
net: pass monitor handle to client init functions

Needed for e.g. looking up a file descriptor name using
monitor_get_fd() in net_init_tap()

Patchworks-ID: 35509
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c