added list of received and unknown topics.

This commit is contained in:
Martin Preuss
2023-08-12 10:53:56 +02:00
parent 9602471a9b
commit c1353c056a
3 changed files with 15 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ struct AQH_STORAGE {
AQH_DATAFILE_LIST *dataFileList;
GWEN_STRINGLIST *recvdTopicList;
uint32_t runtimeFlags;
};