summaryrefslogtreecommitdiffstats
path: root/dss1.h
diff options
context:
space:
mode:
authorSuper User2008-04-25 09:06:20 +0200
committerSuper User2008-04-25 09:06:20 +0200
commita130bdd9f635fc6f4a69de9592080afe3f61aab1 (patch)
tree0ca97f442b4b7d6d5250cb1f4d288579a6b6a11d /dss1.h
parentwork (diff)
downloadlcr-a130bdd9f635fc6f4a69de9592080afe3f61aab1.tar.gz
lcr-a130bdd9f635fc6f4a69de9592080afe3f61aab1.tar.xz
lcr-a130bdd9f635fc6f4a69de9592080afe3f61aab1.zip
struct message -> struct lcr_msg
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;