From a130bdd9f635fc6f4a69de9592080afe3f61aab1 Mon Sep 17 00:00:00 2001 From: Super User Date: Fri, 25 Apr 2008 09:06:20 +0200 Subject: struct message -> struct lcr_msg --- dss1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dss1.h') 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; -- cgit v1.2.3-55-g7522