summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mISDN.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mISDN.h b/mISDN.h
index 13ca654..f03cb4f 100644
--- a/mISDN.h
+++ b/mISDN.h
@@ -154,8 +154,8 @@ class PmISDN : public Port
int p_m_hold; /* if port is on hold */
unsigned int p_m_timeout; /* timeout of timers */
time_t p_m_timer; /* start of timer */
- unsigned char p_m_remote_ref; /* join to export bchannel to */
- unsigned char p_m_remote_id; /* sock to export bchannel to */
+ unsigned int p_m_remote_ref; /* join to export bchannel to */
+ unsigned int p_m_remote_id; /* sock to export bchannel to */
int seize_bchannel(int channel, int exclusive); /* requests / reserves / links bchannels, but does not open it! */
void drop_bchannel(void);