diff --git a/daemon/media_socket.h b/daemon/media_socket.h index 5c233a94a..44277dfca 100644 --- a/daemon/media_socket.h +++ b/daemon/media_socket.h @@ -5,7 +5,6 @@ #include #include #include -#include #include "str.h" #include "obj.h" #include "aux.h" @@ -65,8 +64,6 @@ struct stream_fd { struct packet_stream *stream; /* LOCK: call->master_lock */ struct crypto_context crypto; /* IN direction, LOCK: stream->in_lock */ struct dtls_connection dtls; /* LOCK: stream->in_lock */ - pcap_t *recording_pd; - pcap_dumper_t *recording_pdumper; };