aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-pcap
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-04 18:02:57 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-04 18:02:57 +0200
commitad29ce6f0699ca2b26fbd4cc5cdf7779d70bb8e2 (patch)
tree76a3596dc5abf93e67b23df82b6507b67d8ea2fe /include/osmo-pcap
parent2899428be2aac2fb1e5edd6e8c90174bb1dd0a36 (diff)
server: Add zmq interface for publishing events
Diffstat (limited to 'include/osmo-pcap')
-rw-r--r--include/osmo-pcap/osmo_pcap_server.h6
1 files changed, 6 insertions, 0 deletions
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;
};