]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/cache/ap_socache.h: Add ap_socache_instance_t object type.
authorJoe Orton <jorton@apache.org>
Tue, 8 Apr 2008 13:49:52 +0000 (13:49 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 8 Apr 2008 13:49:52 +0000 (13:49 +0000)
commit39bb462ea864effe76cd3a1e05ff9f53f2bbaad0
tree1948a20d36de04b9b794b454fd312aced47b4d13
parent3bd88fb8538f3ba71607589c9da02684b478d564
* modules/cache/ap_socache.h: Add ap_socache_instance_t object type.
  Adjust the provider interface to use this instance type throughout.

* modules/cache/mod_socache_dbm.c,
  modules/cache/mod_socache_memcache.c,
  modules/cache/mod_socache_shmcb.c,
  modules/cache/mod_socache_dc.c: Adjust all implementations to
  define the instance object in place of the "struct context", and
  to take this object directly in the provider interface.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645924 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/ap_socache.h
modules/cache/mod_socache_dbm.c
modules/cache/mod_socache_dc.c
modules/cache/mod_socache_memcache.c
modules/cache/mod_socache_shmcb.c