Changeset 8398 for branches/cu-security-branch/include/pvfs2-types.h
- Timestamp:
- 06/20/10 16:49:33 (3 years ago)
- Files:
-
- 1 modified
-
branches/cu-security-branch/include/pvfs2-types.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cu-security-branch/include/pvfs2-types.h
r8397 r8398 925 925 uint32_t, op_mask, 926 926 uint32_t, num_handles, 927 PVFS_handle, handle_array) 927 PVFS_handle, handle_array); 928 928 #define extra_size_PVFS_capability (PVFS_REQ_LIMIT_HANDLES_COUNT * \ 929 929 sizeof(PVFS_handle) + \ … … 952 952 PVFS_time, timeout, 953 953 uint32_t, sig_size, 954 PVFS_signature, signature) 954 PVFS_signature, signature); 955 955 #define extra_size_PVFS_credential (PVFS_REQ_LIMIT_GROUPS * \ 956 956 sizeof(PVFS_gid) + \
