summaryrefslogtreecommitdiff
path: root/src/mod_cml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_cml.h')
-rw-r--r--src/mod_cml.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mod_cml.h b/src/mod_cml.h
index 1afd708..992af68 100644
--- a/src/mod_cml.h
+++ b/src/mod_cml.h
@@ -16,10 +16,10 @@
typedef struct {
buffer *ext;
-
+
array *mc_hosts;
buffer *mc_namespace;
-#if defined(HAVE_MEMCACHE_H)
+#if defined(HAVE_MEMCACHE_H)
struct memcache *mc;
#endif
buffer *power_magnet;
@@ -27,15 +27,15 @@ typedef struct {
typedef struct {
PLUGIN_DATA;
-
+
buffer *basedir;
buffer *baseurl;
-
+
buffer *trigger_handler;
-
+
plugin_config **config_storage;
-
- plugin_config conf;
+
+ plugin_config conf;
} plugin_data;
int cache_parse_lua(server *srv, connection *con, plugin_data *p, buffer *fn);