]>
Commit | Line | Data |
---|---|---|
87c9b5e0 | 1 | #include "qemu/osdep.h" |
5708fc66 PB |
2 | #include "qemu-common.h" |
3 | #include "slirp/slirp.h" | |
4 | ||
a42e9c41 | 5 | void slirp_pollfds_fill(GArray *pollfds, uint32_t *timeout) |
5708fc66 PB |
6 | { |
7 | } | |
8 | ||
8917c3bd | 9 | void slirp_pollfds_poll(GArray *pollfds, int select_error) |
5708fc66 PB |
10 | { |
11 | } | |
12 |