summaryrefslogtreecommitdiffstats
path: root/dss1.h
diff options
context:
space:
mode:
Diffstat (limited to 'dss1.h')
-rw-r--r--dss1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dss1.h b/dss1.h
index 8216e9c..ead3c27 100644
--- a/dss1.h
+++ b/dss1.h
@@ -27,8 +27,8 @@ class Pdss1 : public PmISDN
int message_epoint(unsigned long epoint_id, int message, union parameter *param);
int p_m_d_ntmode; /* flags the nt-mode */
- struct message *p_m_d_queue; /* queue for SETUP if link is down */
- struct message *p_m_d_notify_pending; /* queue for NOTIFY if not connected */
+ struct lcr_msg *p_m_d_queue; /* queue for SETUP if link is down */
+ struct lcr_msg *p_m_d_notify_pending; /* queue for NOTIFY if not connected */
int p_m_d_collect_cause; /* collecting cause and location */
int p_m_d_collect_location;