Browse Source

MT#55283 whitespace fixes

Change-Id: Iebf2e20d6cbb6633904111af4a9958e2ecaba34d
pull/1980/head
Richard Fuchs 5 months ago
parent
commit
7ac4c3eb1d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      include/call.h

+ 2
- 2
include/call.h View File

@ -422,13 +422,13 @@ struct packet_stream {
out_lock;
struct call_media *media; /* RO */
call_t *call; /* RO */
call_t *call; /* RO */
unsigned int component; /* RO, starts with 1 */
unsigned int unique_id; /* RO */
struct recording_stream recording; /* LOCK: call->master_lock */
stream_fd_q sfds; /* LOCK: call->master_lock */
stream_fd * selected_sfd;
stream_fd *selected_sfd;
endpoint_t last_local_endpoint;
struct dtls_connection ice_dtls; /* LOCK: in_lock */
sink_handler_q rtp_sinks; /* LOCK: call->master_lock, in_lock for streamhandler */


Loading…
Cancel
Save