adapted to latest changes in gwen (msgio API v2 becomes v1).
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
|
||||
|
||||
struct AQHOMED {
|
||||
GWEN_MSG_ENDPOINT2 *rootEndpoint;
|
||||
GWEN_MSG_ENDPOINT *rootEndpoint;
|
||||
|
||||
GWEN_MSG_ENDPOINT2 *ttyEndpoint;
|
||||
GWEN_MSG_ENDPOINT2 *ipcdEndpoint;
|
||||
GWEN_MSG_ENDPOINT2 *mqttEndpoint;
|
||||
GWEN_MSG_ENDPOINT *ttyEndpoint;
|
||||
GWEN_MSG_ENDPOINT *ipcdEndpoint;
|
||||
GWEN_MSG_ENDPOINT *mqttEndpoint;
|
||||
|
||||
AQH_NODE_DB *nodeDb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user