aqhome: started rewriting message code, start using new event2 lib.

This commit is contained in:
Martin Preuss
2025-02-25 01:13:07 +01:00
parent f1f24168e5
commit cf8edbbd5f
58 changed files with 5393 additions and 163 deletions

View File

@@ -17,7 +17,7 @@
AQH_EVENT_LOOP *AQH_EventLoop_new()
AQH_EVENT_LOOP *AQH_EventLoop_new(void)
{
AQH_EVENT_LOOP *eventLoop;