]> git.proxmox.com Git - qemu.git/blobdiff - slirp/slirp.h
rng-egd: remove redundant free
[qemu.git] / slirp / slirp.h
index dfc3e3a2b869ed8c0e40111b3e1b493c2443c619..e4a1bd4abb19e9e24759edd633d1db119a8313b3 100644 (file)
@@ -203,6 +203,9 @@ bool arp_table_search(Slirp *slirp, uint32_t ip_addr,
 
 struct Slirp {
     QTAILQ_ENTRY(Slirp) entry;
+    u_int time_fasttimo;
+    u_int last_slowtimo;
+    bool do_slowtimo;
 
     /* virtual network configuration */
     struct in_addr vnetwork_addr;
@@ -215,7 +218,6 @@ struct Slirp {
     char client_hostname[33];
 
     int restricted;
-    struct timeval tt;
     struct ex_list *exec_list;
 
     /* mbuf states */