Implement 3PTY bridge of two 'join's.
[lcr.git] / lcrsocket.h
index 7ecf7ad..f52dd7e 100644 (file)
@@ -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 {
@@ -93,6 +95,7 @@ struct admin_response_join {
        unsigned int    serial; /* join serial number */
        char            remote[32]; /* remote application name */
        unsigned int    partyline;
+       unsigned int    threepty;
 };
 
 struct admin_response_epoint {