summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_data_organization.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/persistence_client_library_data_organization.h')
-rw-r--r--src/persistence_client_library_data_organization.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/persistence_client_library_data_organization.h b/src/persistence_client_library_data_organization.h
index e8cc692..4000e47 100644
--- a/src/persistence_client_library_data_organization.h
+++ b/src/persistence_client_library_data_organization.h
@@ -263,9 +263,26 @@ extern const char* gCreateSignal;
// dbus timeout (5 seconds)
extern int gTimeoutMs;
-// dbus pending return value
+/// dbus pending return value
extern int gDbusPendingRvalue;
+/// string to identify default plugin
+extern const char* gPluginTypeDefault;
+/// string to identify early plugin
+extern const char* gPluginTypeEarly;
+/// string to identify secure plugin
+extern const char* gPluginTypeSecure;
+/// string to identify emergency plugin
+extern const char* gPluginTypeEmergency;
+/// string to identify hwinfo plugin
+extern const char* gPluginTypeHwInfo;
+/// string to identify custom2 plugin
+extern const char* gPluginTypeCustom1;
+/// string to identify custom2 plugin
+extern const char* gPluginTypeCustom2;
+/// string to identify custom3 plugin
+extern const char* gPluginTypeCustom3;
+
/**
* @brief definition of change callback function