aqhome: More work on endpoint system. Basically works.

This commit is contained in:
Martin Preuss
2023-02-22 17:54:17 +01:00
parent 3803afbdea
commit b2138af652
12 changed files with 242 additions and 61 deletions

View File

@@ -23,6 +23,8 @@ struct AQH_MSG_ENDPOINT {
GWEN_LIST_ELEMENT(AQH_MSG_ENDPOINT)
int fd;
char *name;
AQH_MSG_LIST *receivedMessageList;
AQH_MSG_LIST *sendMessageList;
AQH_MSG *currentlyReceivedMsg;