summaryrefslogtreecommitdiff
path: root/subversion/mod_dav_svn/dav_svn.h
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/mod_dav_svn/dav_svn.h')
-rw-r--r--subversion/mod_dav_svn/dav_svn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/subversion/mod_dav_svn/dav_svn.h b/subversion/mod_dav_svn/dav_svn.h
index 34efccb..d4469f9 100644
--- a/subversion/mod_dav_svn/dav_svn.h
+++ b/subversion/mod_dav_svn/dav_svn.h
@@ -303,6 +303,9 @@ struct dav_resource_private {
/* whether this resource parameters are fixed and won't change
between requests. */
svn_boolean_t idempotent;
+
+ /* resource is accessed by 'public' uri (not under "!svn") */
+ svn_boolean_t is_public_uri;
};