From 2899428be2aac2fb1e5edd6e8c90174bb1dd0a36 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 4 Aug 2016 16:14:38 +0200 Subject: server: Add a config knob to not store the pcap stream We might only want to centralize the data streams but handle the data differently. This will be combined with an upcoming ZeroMQ publisher feature to broadcast all events out. Change-Id: I12c6bf16310820d882fa28c6930931650475e0bb --- include/osmo-pcap/osmo_pcap_server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmo-pcap/osmo_pcap_server.h b/include/osmo-pcap/osmo_pcap_server.h index edb29d3..37628ab 100644 --- a/include/osmo-pcap/osmo_pcap_server.h +++ b/include/osmo-pcap/osmo_pcap_server.h @@ -52,6 +52,7 @@ struct osmo_pcap_conn { /* name */ char *name; char *remote_host; + int no_store; struct in_addr remote_addr; /* Remote connection */ -- cgit v1.2.3