aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-01 14:02:54 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-06-01 14:02:54 +0200
commit88c07f2b7e9ac6a3c3216c00cd3ec8baba070ffe (patch)
tree431388e6d6ace924e6c7609395d709befae33d93 /include
parent80b8b606c5d77b43bf748e523ccf49cd5b8b97cf (diff)
osmo-pcap-server: Prepare a file limit, initialize the base path
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 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;