summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index 0f861fe..8633d3a 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -14,6 +14,8 @@ struct chan_call {
struct chan_call *next;
unsigned long ref; /* callref, is 0, if not yet set */
unsigned long bchannel_handle; /* reference to bchannel, if set */
+
+ unsigned short bridge_id; /* 0 = off, equal ids are bridged */
};