added "lcradmin portinfo" for 'ifconfig' like port informations at run time.
[lcr.git] / dss1.h
diff --git a/dss1.h b/dss1.h
index 1f27714..821c587 100644 (file)
--- a/dss1.h
+++ b/dss1.h
@@ -13,7 +13,7 @@
 class Pdss1 : public PmISDN
 {
        public:
-       Pdss1(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive);
+       Pdss1(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive, int mode);
        ~Pdss1();
        unsigned int p_m_d_l3id;                /* current l3 process id */
        void message_isdn(unsigned int cmd, unsigned int pid, struct l3_msg *l3m);
@@ -22,6 +22,7 @@ class Pdss1 : public PmISDN
        int message_epoint(unsigned int epoint_id, int message, union parameter *param);
 
        int p_m_d_ntmode;                       /* flags the nt-mode */
+       int p_m_d_tespecial;                    /* special te-mode with all nt-mode IEs */
        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 */