aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/voip_calls.h')
-rw-r--r--gtk/voip_calls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/voip_calls.h b/gtk/voip_calls.h
index 552e6347d6..837f494adc 100644
--- a/gtk/voip_calls.h
+++ b/gtk/voip_calls.h
@@ -180,6 +180,7 @@ typedef struct _voip_rtp_stream_info {
guint32 start_rel_usec; /* start stream rel microseconds */
guint32 stop_rel_sec; /* stop stream rel seconds */
guint32 stop_rel_usec; /* stop stream rel microseconds */
+ gint32 rtp_event;
} voip_rtp_stream_info_t;
/* structure that holds the information about all RTP streams associated with the calls */
@@ -188,6 +189,7 @@ typedef struct _voip_rtp_tapinfo {
int nstreams; /* number of rtp streams */
GList* list; /* list with the rtp streams */
int rtp_dummy;
+ int rtp_event_dummy;
} voip_rtp_tapinfo_t;
/****************************************************************************/
@@ -208,6 +210,7 @@ void h245dg_calls_init_tap(void);
void q931_calls_init_tap(void);
void sdp_calls_init_tap(void);
void rtp_init_tap(void);
+void rtp_init_tap_event(void);
void mgcp_calls_init_tap(void);
@@ -223,6 +226,7 @@ void remove_tap_listener_h245dg_calls(void);
void remove_tap_listener_q931_calls(void);
void remove_tap_listener_sdp_calls(void);
void remove_tap_listener_rtp(void);
+void remove_tap_listener_rtp_event(void);
void remove_tap_listener_mgcp_calls(void);
/*