Added layer1 hold feature. Requires new mISDN and mISDNuser package from git.
[lcr.git] / lcrsocket.h
index 6c7983f..69b8c7d 100644 (file)
@@ -65,9 +65,12 @@ struct admin_response_state {
 struct admin_response_interface {
        char            interface_name[32];
        int             portnum;
+       char            portname[64];
        int             block;
        int             ntmode;
        int             ptp;
+       int             l1hold;
+       int             l2hold;
        int             pri;
        int             extension;
        int             use; /* number of ports that use this interface */