From ad29ce6f0699ca2b26fbd4cc5cdf7779d70bb8e2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 4 Aug 2016 18:02:57 +0200 Subject: server: Add zmq interface for publishing events Change-Id: I383558bb9aad3cb149f35e13910a1d6aa79afc84 --- include/osmo-pcap/osmo_pcap_server.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/osmo-pcap/osmo_pcap_server.h b/include/osmo-pcap/osmo_pcap_server.h index 37628ab..3af9ded 100644 --- a/include/osmo-pcap/osmo_pcap_server.h +++ b/include/osmo-pcap/osmo_pcap_server.h @@ -80,6 +80,12 @@ struct osmo_pcap_server { char *addr; struct osmo_fd listen_fd; + /* zeromq handling */ + int zmq_port; + char *zmq_ip; + void *zmq_ctx; + void *zmq_publ; + char *base_path; off_t max_size; }; -- cgit v1.2.3