Changeset 1930 for branches/fc15-dev/server/common
- Timestamp:
- Jul 15, 2011, 9:55:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/common/patches/openafs-scripts.patch
r1914 r1930 171 171 afs_int32 flags; /* things like O_SYNC, O_NONBLOCK go here */ 172 172 char initd; /* if non-zero, Error fields meaningful */ 173 @@ -8 72,6 +880,7 @@ struct vcache {173 @@ -887,6 +895,7 @@ struct vcache { 174 174 #ifdef AFS_SUN5_ENV 175 s hort multiPage; /* count of multi-page getpages in progress */175 struct afs_q multiPage; /* list of multiPage_range structs */ 176 176 #endif 177 177 + int apache_access; /* whether or not Apache has access to a file */
Note: See TracChangeset
for help on using the changeset viewer.