aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-04 16:14:38 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-04 16:14:38 +0200
commit2899428be2aac2fb1e5edd6e8c90174bb1dd0a36 (patch)
tree6b5570f9d3940a6f5a5f36a3151ec0931b16dc76 /include
parent9646754e1f82d3b846304dc5803d520641064ba4 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/osmo-pcap/osmo_pcap_server.h1
1 files changed, 1 insertions, 0 deletions
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 */