diff options
author | Jan Kneschke <jan@kneschke.de> | 2006-01-31 10:57:36 +0000 |
---|---|---|
committer | Jan Kneschke <jan@kneschke.de> | 2006-01-31 10:57:36 +0000 |
commit | ca33bec31a377080788af4ddefc29d9452caec83 (patch) | |
tree | a5ee8c031e42c808a3e87831be5d170c4fea3cf4 /src/mod_cml.h | |
parent | 754f950fc1f407489ce6aedae81d8ea84bd033d5 (diff) | |
download | lighttpd-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.h | 2 |
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; |