Browse Source

Remove unused variables (from refactor) in the stream_fd struct

pull/245/head
Eric Green 10 years ago
parent
commit
865ce9a95a
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      daemon/media_socket.h

+ 0
- 3
daemon/media_socket.h View File

@ -5,7 +5,6 @@
#include <glib.h>
#include <string.h>
#include <stdio.h>
#include <pcap.h>
#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;
};


Loading…
Cancel
Save