summaryrefslogtreecommitdiffstats
path: root/lcrsocket.h
diff options
context:
space:
mode:
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 7ecf7ad..931afb8 100644
--- a/lcrsocket.h
+++ b/lcrsocket.h
@@ -83,6 +83,8 @@ struct admin_response_interface {
char busy[256]; /* if port is idle(0) busy(1) */
unsigned int port[256]; /* current port */
int mode[256];
+ char out_channel[256];
+ char in_channel[256];
};
struct admin_response_remote {