aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-pcap/osmo_pcap_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-pcap/osmo_pcap_server.h')
-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 fbfadfd..a94724c 100644
--- a/include/osmo-pcap/osmo_pcap_server.h
+++ b/include/osmo-pcap/osmo_pcap_server.h
@@ -65,6 +65,7 @@ struct osmo_pcap_server {
struct osmo_fd listen_fd;
char *base_path;
+ off_t max_size;
};
extern struct osmo_pcap_server *pcap_server;