]> granicus.if.org Git - apache/commit
In some application environments, the mod_dav hook structures are
authorGreg Stein <gstein@apache.org>
Thu, 25 Jul 2002 21:56:05 +0000 (21:56 +0000)
committerGreg Stein <gstein@apache.org>
Thu, 25 Jul 2002 21:56:05 +0000 (21:56 +0000)
commit681c858e70545803afce6fb319cd964b48e5d6ee
tree9a3221ff67b59a92e1343e8c1cc6fb157f272e5d
parentd78c998c6a23a703722fefbf74b7a26537032925
In some application environments, the mod_dav hook structures are
allocated dynamically. The structures need a context pointer to
represent that dynamic "object", so a pointer was added to the end of
each of the more important structures.

While providers don't need to add this field to their structures (it
will default to NULL), I went ahead and added it to mod_dav_fs for
clarity.

No MMN bump is required because Apache does not use/examine the
fields (only the provider will set and use them).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96195 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/fs/dbm.c
modules/dav/fs/lock.c
modules/dav/fs/repos.c
modules/dav/main/mod_dav.h