summaryrefslogtreecommitdiffstats
path: root/lcrsocket.h
diff options
context:
space:
mode:
authorAndreas Eversberg2009-03-20 20:46:25 +0100
committerAndreas Eversberg2009-03-20 20:46:25 +0100
commit57549529c86785b7ecf5f56d2a3ff42b5e519755 (patch)
tree62a72d42d21f33b0282df17b6ee4446027e24179 /lcrsocket.h
parentAdded Notify to NT-mode. (diff)
downloadlcr-57549529c86785b7ecf5f56d2a3ff42b5e519755.tar.gz
lcr-57549529c86785b7ecf5f56d2a3ff42b5e519755.tar.xz
lcr-57549529c86785b7ecf5f56d2a3ff42b5e519755.zip
Added layer1 hold feature. Requires new mISDN and mISDNuser package from git.
modified: README modified: interface.c modified: interface.h modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: socket_server.c
Diffstat (limited to 'lcrsocket.h')
-rw-r--r--lcrsocket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lcrsocket.h b/lcrsocket.h
index e7d51c5..69b8c7d 100644
--- a/lcrsocket.h
+++ b/lcrsocket.h
@@ -69,6 +69,8 @@ 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 */