mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-08-31 23:31:56 +00:00
typed list declaration
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "rtpc.h"
|
||||
|
||||
|
||||
typedef struct {
|
||||
typedef struct us_janus_client_sx {
|
||||
janus_callbacks *gw;
|
||||
janus_plugin_session *session;
|
||||
|
||||
@@ -66,7 +66,7 @@ typedef struct {
|
||||
|
||||
ldf last_key_req_ts;
|
||||
|
||||
US_LIST_DECLARE;
|
||||
US_LIST_DECLARE(struct us_janus_client_sx);
|
||||
} us_janus_client_s;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user