Move p_m_hold (hold indicator at mISDN) to p_hold (at port)
[lcr.git] / port.h
diff --git a/port.h b/port.h
index cc7b071..08f849f 100644 (file)
--- a/port.h
+++ b/port.h
@@ -236,6 +236,7 @@ class Port
        void bridge(unsigned int bridge_id);    /* join a bridge */
        int bridge_tx(unsigned char *data, int len); /* used to transmit data to remote port */
        virtual int bridge_rx(unsigned char *data, int len); /* function to be inherited, so data is received */
+       int p_hold;                             /* if port is on hold */
 
        /* state */
        int p_state;                            /* state of port */