Just a small bug fix: Extension matching will be performed by extension's number...
[lcr.git] / lcrsocket.h
index e7d51c5..43543c1 100644 (file)
@@ -69,11 +69,14 @@ struct admin_response_interface {
        int             block;
        int             ntmode;
        int             ptp;
+       int             l1hold;
+       int             l2hold;
        int             pri;
        int             extension;
        int             use; /* number of ports that use this interface */
        int             l1link; /* down(0) or up(1) */
        int             l2link; /* down(0) or up(1) */
+       unsigned char   l2mask[16]; /* one bit for each tei */
        int             los, ais, rdi, slip_tx, slip_rx;
        int             channels;
        char            busy[256]; /* if port is idle(0) busy(1) */
@@ -185,4 +188,5 @@ enum {
        ADMIN_STATE_CONNECT,
        ADMIN_STATE_IN_DISCONNECT,
        ADMIN_STATE_OUT_DISCONNECT,
+       ADMIN_STATE_RELEASE,
 };