aboutsummaryrefslogtreecommitdiffstats
path: root/addons/ooh323c/src/ooh323ep.h
diff options
context:
space:
mode:
Diffstat (limited to 'addons/ooh323c/src/ooh323ep.h')
-rw-r--r--addons/ooh323c/src/ooh323ep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/ooh323c/src/ooh323ep.h b/addons/ooh323c/src/ooh323ep.h
index 0cb71a019..50ac29dc6 100644
--- a/addons/ooh323c/src/ooh323ep.h
+++ b/addons/ooh323c/src/ooh323ep.h
@@ -130,7 +130,7 @@ typedef struct OOH323EndPoint {
int noOfCaps;
OOH225MsgCallbacks h225Callbacks;
OOH323CALLBACKS h323Callbacks;
- char signallingIP[20];
+ char signallingIP[2+8*4+7];
int listenPort;
OOSOCKET *listener;
OOH323CallData *callList;
@@ -148,6 +148,7 @@ typedef struct OOH323EndPoint {
OOInterface *ifList; /* interface list for the host we are running on*/
OOBOOL isGateway;
OOSOCKET cmdSock;
+ OOBOOL v6Mode;
} OOH323EndPoint;
#define ooEndPoint OOH323EndPoint