summaryrefslogtreecommitdiffstats
path: root/lcrsocket.h
diff options
context:
space:
mode:
authorAndreas Eversberg2008-09-07 10:31:58 +0200
committerAndreas Eversberg2008-09-07 10:31:58 +0200
commitb2a665f8f1cdeb7d02c3f665d95e6a80297e21d1 (patch)
tree251018611c3b3f45300ad3f811cbe756fd00e8b9 /lcrsocket.h
parentchanged port attribute to "portnum". (diff)
downloadlcr-b2a665f8f1cdeb7d02c3f665d95e6a80297e21d1.tar.gz
lcr-b2a665f8f1cdeb7d02c3f665d95e6a80297e21d1.tar.xz
lcr-b2a665f8f1cdeb7d02c3f665d95e6a80297e21d1.zip
Ports can now be specified by number or by name.
Names are shown in state-screen also. modified: README modified: default/interface.conf modified: interface.c modified: interface.h modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: main.h modified: socket_server.c
Diffstat (limited to 'lcrsocket.h')
-rw-r--r--lcrsocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcrsocket.h b/lcrsocket.h
index 6c7983f..e7d51c5 100644
--- a/lcrsocket.h
+++ b/lcrsocket.h
@@ -65,6 +65,7 @@ struct admin_response_state {
struct admin_response_interface {
char interface_name[32];
int portnum;
+ char portname[64];
int block;
int ntmode;
int ptp;