MT#63317 typedef for kernelize_state

Change-Id: I1b712ccc049b13bc6e1aef41ef2cd13dafddc99d
rfuchs/dtls-ice
Richard Fuchs 4 months ago
parent 8cf038e4fa
commit 7ce5b7660e

@ -1549,7 +1549,7 @@ static int __rtp_stats_pt_sort(const void *A, const void *B) {
TYPED_GQUEUE(kernel_output, struct rtpengine_destination_info)
typedef struct {
struct kernelize_state {
struct rtpengine_target_info reti;
struct ssrc_entry_call *ssrc[RTPE_NUM_SSRC_TRACKING];
kernel_output_q outputs;
@ -1562,7 +1562,7 @@ typedef struct {
bool non_forwarding;
bool silenced;
bool manipulate_pt;
} kernelize_state;
};
static void kernelize_state_clear(kernelize_state *s) {
t_queue_clear_full(&s->outputs,

@ -309,6 +309,7 @@ struct packet_handler_ctx;
struct rtp_extension;
typedef struct kernelize_state kernelize_state;
typedef struct {
void (*parse)(struct packet_handler_ctx *, const struct rtp_extension_data *);

Loading…
Cancel
Save