Code

Merged branch 'master' of git://git.tokkee.org/sysdb.git.
[sysdb.git] / src / core / plugin.c
index 431264266ea66df7b10eadbe5c1d425487b1dac8..53bba9e74bfc6bcb95522b36ab5c478035e733dc 100644 (file)
@@ -27,9 +27,9 @@
 
 #include "sysdb.h"
 #include "core/plugin.h"
-#include "utils/error.h"
+#include "core/error.h"
+#include "core/time.h"
 #include "utils/llist.h"
-#include "utils/time.h"
 
 #include <assert.h>
 
@@ -231,14 +231,16 @@ static sdb_type_t sdb_plugin_cb_type = {
        sizeof(sdb_plugin_cb_t),
 
        sdb_plugin_cb_init,
-       sdb_plugin_cb_destroy
+       sdb_plugin_cb_destroy,
+       /* clone = */ NULL
 };
 
 static sdb_type_t sdb_plugin_collector_cb_type = {
        sizeof(sdb_plugin_collector_cb_t),
 
        sdb_plugin_cb_init,
-       sdb_plugin_cb_destroy
+       sdb_plugin_cb_destroy,
+       /* clone = */ NULL
 };
 
 static int