]> git.proxmox.com Git - qemu.git/blobdiff - net/hub.c
usbredir: Add usbredir_init_endpoints() helper
[qemu.git] / net / hub.c
index 650a8b4a40188cf60b994f06e8de2980a9b6c3f3..a24c9d17f779cc47a9cffc1118e02cfaada4f634 100644 (file)
--- a/net/hub.c
+++ b/net/hub.c
  *
  */
 
-#include "monitor.h"
-#include "net.h"
+#include "monitor/monitor.h"
+#include "net/net.h"
+#include "clients.h"
 #include "hub.h"
-#include "iov.h"
+#include "qemu/iov.h"
 
 /*
  * A hub broadcasts incoming packets to all its ports except the source port.
@@ -255,7 +256,7 @@ void net_hub_info(Monitor *mon)
 /**
  * Get the hub id that a client is connected to
  *
- * @id              Pointer for hub id output, may be NULL
+ * @id: Pointer for hub id output, may be NULL
  */
 int net_hub_id_for_client(NetClientState *nc, int *id)
 {