summaryrefslogtreecommitdiff
path: root/src/mod_cml.h
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-01-31 10:57:36 +0000
committerJan Kneschke <jan@kneschke.de>2006-01-31 10:57:36 +0000
commitca33bec31a377080788af4ddefc29d9452caec83 (patch)
treea5ee8c031e42c808a3e87831be5d170c4fea3cf4 /src/mod_cml.h
parent754f950fc1f407489ce6aedae81d8ea84bd033d5 (diff)
downloadlighttpd-git-ca33bec31a377080788af4ddefc29d9452caec83.tar.gz
- removed the session-id code
- prepared exporting cookies to cml - CACHE_HIT and _MISS are booleans now git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@961 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/mod_cml.h')
-rw-r--r--src/mod_cml.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mod_cml.h b/src/mod_cml.h
index a2e9df4c..992af68e 100644
--- a/src/mod_cml.h
+++ b/src/mod_cml.h
@@ -33,8 +33,6 @@ typedef struct {
buffer *trigger_handler;
- buffer *session_id;
-
plugin_config **config_storage;
plugin_config conf;