make db file a config option.

This commit is contained in:
Martin Preuss
2023-03-30 00:41:29 +02:00
parent 9ae7a8032e
commit dc00aae06b
3 changed files with 48 additions and 5 deletions

View File

@@ -20,6 +20,7 @@
typedef struct AQH_MSG_MANAGER AQH_MSG_MANAGER;
struct AQH_MSG_MANAGER {
AQH_NODE_DB *nodeDb;
char *dbFilename;
};