summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_db_access.h
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2014-06-17 13:35:44 +0200
committerIngo Huerner <ingo.huerner@xse.de>2014-06-17 13:35:44 +0200
commit5938df24067a4ff77409d561415086d95c28159a (patch)
treec298e301a66e5683769e9038e0e3730f4a1bb6c0 /src/persistence_client_library_db_access.h
parenta87fe36862afeabb8d089de4fa9c361e31998ebd (diff)
downloadpersistence-client-library-5938df24067a4ff77409d561415086d95c28159a.tar.gz
Finished onDemand/static loading of plugins; Corrected a problem with default data loading
Diffstat (limited to 'src/persistence_client_library_db_access.h')
-rw-r--r--src/persistence_client_library_db_access.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/persistence_client_library_db_access.h b/src/persistence_client_library_db_access.h
index 3418e92..22986aa 100644
--- a/src/persistence_client_library_db_access.h
+++ b/src/persistence_client_library_db_access.h
@@ -24,7 +24,7 @@
extern "C" {
#endif
-#define PERSIST_DATA_ACCESS_INTERFACE_VERSION (0x04020000U)
+#define PERSIST_DATA_ACCESS_INTERFACE_VERSION (0x05000000U)
#include "persistence_client_library_data_organization.h"
@@ -104,7 +104,7 @@ int persistence_set_data(char* dbPath, char* key, PersistenceInfo_s* info, unsig
* @return the number of bytes read or a negative value if an error occured with the following error codes:
* EPERS_NOPRCTABLE EPERS_NOKEYDATA EPERS_NOKEY
*/
-int persistence_get_data(char* dbPath, char* key, PersistenceInfo_s* info, unsigned char* buffer, unsigned int buffer_size);
+int persistence_get_data(char* dbPath, char* key, const char* resourceID, PersistenceInfo_s* info, unsigned char* buffer, unsigned int buffer_size);