From 97b0ebc80fa6c975dac3df7ddf3d3158db342366 Mon Sep 17 00:00:00 2001 From: Matt Durgavich Date: Sat, 24 Sep 2022 22:04:54 -0700 Subject: Logging fixes Signed-off-by: Chris Hiszpanski --- include/ice.h | 1 + include/peerconn.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ice.h b/include/ice.h index 0f929f7..f2e6364 100644 --- a/include/ice.h +++ b/include/ice.h @@ -55,6 +55,7 @@ typedef struct { // ICE base typedef struct { + int _; } ice_base_t; // ICE component diff --git a/include/peerconn.h b/include/peerconn.h index 63e83ce..fcc56e6 100644 --- a/include/peerconn.h +++ b/include/peerconn.h @@ -50,8 +50,8 @@ typedef struct urtc_peerconn { ice_agent_t *agent; // Local and remote session descriptions - urtc_sdp_t *ldesc; - urtc_sdp_t *rdesc; + sdp_t *ldesc; + sdp_t *rdesc; // Event callbacks void (*onIceCandidate)(const char *cand, void *arg); -- cgit v1.2.3