summaryrefslogtreecommitdiff
path: root/gtk/voip_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/voip_calls.h')
-rw-r--r--gtk/voip_calls.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk/voip_calls.h b/gtk/voip_calls.h
index 0cd976513b..e9f21f55fa 100644
--- a/gtk/voip_calls.h
+++ b/gtk/voip_calls.h
@@ -136,6 +136,17 @@ typedef struct _voip_calls_tapinfo {
int completed_calls;
int rejected_calls;
graph_analysis_info_t* graph_analysis;
+ /*
+ * Now add dummy variables, one for each tap listener.
+ * Their address will be used to distinguish between them.
+ */
+ int sip_dummy;
+ int sdp_dummy;
+ int h225_dummy;
+ int h245dg_dummy;
+ int mtp3_dummy;
+ int isup_dummy;
+ int q931_dummy;
} voip_calls_tapinfo_t;