]> 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)
commit9ceceae704ba7604fbc8cf0ad5c023f08dfc4229
tree9a3221ff67b59a92e1343e8c1cc6fb157f272e5d
parent3a4fcdb4bdf0f517f02b6ff50de9b8209c6cdd8d
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