From e3d7c3e1545fcba6d14e2daef08da3400a136a32 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 8 Nov 2016 15:02:38 +0100 Subject: client: Prepare to work with a list of servers There is no VTY code yet and no servers in the list but it looks good client this. Change-Id: Ic35748f1a95a880a9fa49dd18361592d8ac941ba --- include/osmo-pcap/osmo_pcap_client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/osmo-pcap/osmo_pcap_client.h') diff --git a/include/osmo-pcap/osmo_pcap_client.h b/include/osmo-pcap/osmo_pcap_client.h index af94086..fc982f3 100644 --- a/include/osmo-pcap/osmo_pcap_client.h +++ b/include/osmo-pcap/osmo_pcap_client.h @@ -25,6 +25,7 @@ #include #include +#include #include #include #include @@ -46,6 +47,8 @@ enum { }; struct osmo_pcap_client_conn { + struct llist_head entry; + char *srv_ip; int srv_port; struct osmo_wqueue wqueue; @@ -86,6 +89,7 @@ struct osmo_pcap_client { struct osmo_fd fd; struct osmo_pcap_client_conn conn; + struct llist_head conns; /* statistics */ struct rate_ctr_group *ctrg; -- cgit v1.2.3