More work on dataclient library.

This commit is contained in:
Martin Preuss
2025-06-26 00:16:52 +02:00
parent 688129cf08
commit 2ba802bb06
3 changed files with 189 additions and 138 deletions

View File

@@ -12,8 +12,9 @@
#include "aqhome/dataclient/client.h"
typedef struct AQH_DATA_CLIENT AQH_DATA_CLIENT;
struct AQH_DATA_CLIENT {
struct AQH_DATACLIENT {
AQH_EVENT_LOOP *eventLoop;
AQH_OBJECT *ipcEndpoint;
int timeoutInSeconds;
@@ -21,6 +22,9 @@ struct AQH_DATA_CLIENT {
uint8_t protoVer;
uint32_t lastMsgId;
GWEN_DB_NODE *dbLocalArgs;
};