]> Git Repo - qemu.git/blob - net/hub.h
Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' into staging
[qemu.git] / net / hub.h
1 /*
2  * Hub net client
3  *
4  * Copyright IBM, Corp. 2012
5  *
6  * Authors:
7  *  Stefan Hajnoczi   <[email protected]>
8  *  Zhi Yong Wu       <[email protected]>
9  *
10  * This work is licensed under the terms of the GNU LGPL, version 2 or later.
11  * See the COPYING.LIB file in the top-level directory.
12  *
13  */
14
15 #ifndef NET_HUB_H
16 #define NET_HUB_H
17
18 #include "qemu-common.h"
19
20 NetClientState *net_hub_add_port(int hub_id, const char *name);
21 NetClientState *net_hub_find_client_by_name(int hub_id, const char *name);
22 void net_hub_info(Monitor *mon);
23 void net_hub_check_clients(void);
24 bool net_hub_flush(NetClientState *nc);
25
26 #endif /* NET_HUB_H */
This page took 0.024924 seconds and 4 git commands to generate.