]> git.proxmox.com Git - mirror_qemu.git/blobdiff - net/hub.h
Fix input-linux reading from device
[mirror_qemu.git] / net / hub.h
index 583ada89d8abe52e4ee41ded6192f36c4ec5092d..a625effe002a63afd5d9abe61c454a0e53284678 100644 (file)
--- a/net/hub.h
+++ b/net/hub.h
@@ -21,5 +21,6 @@ NetClientState *net_hub_add_port(int hub_id, const char *name);
 NetClientState *net_hub_find_client_by_name(int hub_id, const char *name);
 void net_hub_info(Monitor *mon);
 void net_hub_check_clients(void);
+bool net_hub_flush(NetClientState *nc);
 
 #endif /* NET_HUB_H */