e05ae1d9fb
Only slirp/libslirp.h should be included. Instead of using some slirp declarations and utility functions directly, let's copy them in net/util.h. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
14 lines
236 B
C
14 lines
236 B
C
#include "qemu/osdep.h"
|
|
#include "qemu-common.h"
|
|
#include "qemu/host-utils.h"
|
|
#include "slirp/libslirp.h"
|
|
|
|
void slirp_pollfds_fill(GArray *pollfds, uint32_t *timeout)
|
|
{
|
|
}
|
|
|
|
void slirp_pollfds_poll(GArray *pollfds, int select_error)
|
|
{
|
|
}
|
|
|