summaryrefslogtreecommitdiffstats
path: root/mISDN.h
diff options
context:
space:
mode:
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 a4e6014..de33e16 100644
--- a/mISDN.h
+++ b/mISDN.h
@@ -59,6 +59,7 @@ struct mISDNport {
unsigned long b_remote_id[128]; /* the socket currently exported */
unsigned long b_remote_ref[128]; /* the ref currently exported */
int locally; /* local causes are sent as local causes not remote */
+ int los, ais, rdi, slip_rx, slip_tx;
};
extern mISDNport *mISDNport_first;