summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare/Plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MiddleWare/Plugin.h')
-rw-r--r--lib/MiddleWare/Plugin.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/lib/MiddleWare/Plugin.h b/lib/MiddleWare/Plugin.h
index ef107e3d..c7ae9ce7 100644
--- a/lib/MiddleWare/Plugin.h
+++ b/lib/MiddleWare/Plugin.h
@@ -60,15 +60,12 @@ class CPlugin
/**
* An emun of plugin types.
*/
-typedef enum { ANALYZER, /**< An analyzer plugin*/
- ACTION, /**< An action plugin*/
- REPORTER, /**< A reporter plugin*/
- DATABASE /**< A database plugin*/
- } plugin_type_t;
-/**
- * Text reprezentation of plugin types.
- */
-const char* const plugin_type_str_t[] = {"Analyzer", "Action", "Reporter", "Database"};
+typedef enum {
+ ANALYZER, /**< An analyzer plugin*/
+ ACTION, /**< An action plugin*/
+ REPORTER, /**< A reporter plugin*/
+ DATABASE /**< A database plugin*/
+} plugin_type_t;
/**
* A struct contains all needed data about particular plugin.