MT#55283 move type definition

Change-Id: I80b92c06f1ef4cf3af4d340a0c479073f7d61ad1
pull/2097/head
Richard Fuchs 2 weeks ago
parent 45be1f5212
commit f5e1010bbd

@ -668,8 +668,6 @@ struct call_monologue {
atomic64 ml_flags;
};
TYPED_GQUEUE(monologues, struct call_monologue)
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(monologues_q, monologues_q_clear)
TYPED_GHASHTABLE(str_ml_ht, str, struct call_monologue, str_hash, str_equal, NULL, NULL)
struct sdp_fragment;

@ -111,4 +111,7 @@ G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(medias_q, medias_q_clear)
TYPED_GHASHTABLE(codecs_ht, void, rtp_payload_type, g_direct_hash, g_direct_equal, NULL, NULL)
TYPED_GQUEUE(monologues, struct call_monologue)
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(monologues_q, monologues_q_clear)
#endif

Loading…
Cancel
Save