We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536a367 commit 0d8b2d7Copy full SHA for 0d8b2d7
srtp/srtp.c
@@ -4841,7 +4841,7 @@ srtp_err_status_t srtp_get_stream_roc(srtp_t session,
4841
#ifndef SRTP_NO_STREAM_LIST
4842
4843
/* in the default implementation, we have an intrusive doubly-linked list */
4844
-struct srtp_stream_list_ctx_t_ {
+typedef struct srtp_stream_list_ctx_t_ {
4845
/* a stub stream that just holds pointers to the beginning and end of the
4846
* list */
4847
srtp_stream_ctx_t data;
0 commit comments