summaryrefslogtreecommitdiffstats
path: root/mISDN.h
diff options
context:
space:
mode:
authorSuper User2007-08-13 23:29:09 +0200
committerSuper User2007-08-13 23:29:09 +0200
commit2c5382eb3fc36633445056004c26b9b7cff74fa7 (patch)
tree64e63d6263e82435c14c969edc7111a890a5c706 /mISDN.h
parentfix (diff)
downloadlcr-2c5382eb3fc36633445056004c26b9b7cff74fa7.tar.gz
lcr-2c5382eb3fc36633445056004c26b9b7cff74fa7.tar.xz
lcr-2c5382eb3fc36633445056004c26b9b7cff74fa7.zip
fix, work
Diffstat (limited to 'mISDN.h')
-rw-r--r--mISDN.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mISDN.h b/mISDN.h
index 3d231f4..32ed6d8 100644
--- a/mISDN.h
+++ b/mISDN.h
@@ -44,6 +44,7 @@ struct mISDNport {
unsigned long b_addr[128];
int b_state[128]; /* statemachine, 0 = IDLE */
unsigned long b_remote_id[128]; /* the socket currently exported */
+ unsigned long b_remote_ref[128]; /* the ref currently exported */
int procids[128]; /* keep track of free ids */
int locally; /* local causes are sent as local causes not remote */
msg_queue_t downqueue; /* l4->l3 */