mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
Updated so log about certificate not being found, is only written if database didn't exist when agent was started
This commit is contained in:
@@ -51,6 +51,7 @@ __EXPORT_TYPE ILibSimpleDataStore ILibSimpleDataStore_CreateEx2(char* filePath,
|
||||
#define ILibSimpleDataStore_CreateCachedOnly() ILibSimpleDataStore_Create(NULL)
|
||||
void ILibSimpleDataStore_ReOpenReadOnly(ILibSimpleDataStore dataStore, char* filePath);
|
||||
int ILibSimpleDataStore_IsCacheOnly(ILibSimpleDataStore ds);
|
||||
int ILibSimpleDataStore_WasCreatedAsNew(ILibSimpleDataStore ds);
|
||||
|
||||
// Check if the data store exists
|
||||
int ILibSimpleDataStore_Exists(char *filePath);
|
||||
|
||||
Reference in New Issue
Block a user