Changeset 8398
- Timestamp:
- 06/20/10 16:49:33 (3 years ago)
- Location:
- branches/cu-security-branch
- Files:
-
- 4 modified
-
include/pvfs2-encode-stubs.h (modified) (2 diffs)
-
include/pvfs2-types.h (modified) (2 diffs)
-
src/proto/PINT-le-bytefield.c (modified) (1 diff)
-
src/proto/pvfs2-req-proto.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cu-security-branch/include/pvfs2-encode-stubs.h
r8397 r8398 54 54 #define endecode_fields_5_struct(n,t1,x1,t2,x2,t3,x3,t4,x4,t5,x5) struct endecode_fake_struct 55 55 #define endecode_fields_6(n,t1,x1,t2,x2,t3,x3,t4,x4,t5,x5,t6,x6) struct endecode_fake_struct 56 #define endecode_fields_6_struct(n,t1,x1,t2,x2,t3,x3,t4,x4,t5,x5,t6,x6) struct endecode_fake_struct 56 57 #define endecode_fields_7_struct(n,t1,x1,t2,x2,t3,x3,t4,x4,t5,x5,t6,x6,t7,x7) struct endecode_fake_struct 57 58 #define endecode_fields_8_struct(n,t1,x1,t2,x2,t3,x3,t4,x4,t5,x5,t6,x6,t7,x7,t8,x8) struct endecode_fake_struct … … 71 72 #define endecode_fields_4a_struct(n,t1,x1,t2,x2,t3,x3,t4,x4,tn1,n1,ta1,a1) struct endecode_fake_struct 72 73 #define endecode_fields_5a_struct(n,t1,x1,t2,x2,t3,x3,t4,x4,t5,x5,tn1,n1,ta1,a1) struct endecode_fake_struct 74 #define endecode_fields_3a2a_struct(n,t1,x1,t2,x2,t3,x3,tn1,n1,ta1,a1,t4,x4,t5,x5,tn2,n2,ta2,a2) struct endecode_fake_struct 73 75 74 76 #define encode_enum_union_2_struct(name, ename, uname, ut1, un1, en1, ut2, un2, en2) struct endecode_fake_struct -
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) + \ -
branches/cu-security-branch/src/proto/PINT-le-bytefield.c
r8397 r8398 955 955 case PVFS_SERV_LISTEATTR: 956 956 case PVFS_SERV_BATCH_REMOVE: 957 case PVFS_SERV_UNSTUFF:958 957 case PVFS_SERV_IMM_COPIES: 959 958 /*nothing to free*/ -
branches/cu-security-branch/src/proto/pvfs2-req-proto.h
r8397 r8398 336 336 PVFS_fs_id, fs_id, 337 337 int32_t, handle_count, 338 PVFS_handle, handles) 338 PVFS_handle, handles); 339 339 #define extra_size_PVFS_servreq_batch_remove \ 340 340 (PVFS_REQ_LIMIT_HANDLES_COUNT * sizeof(PVFS_handle)) … … 604 604 endecode_fields_1_struct( 605 605 PVFS_servresp_getattr, 606 PVFS_object_attr, attr) 606 PVFS_object_attr, attr); 607 607 #define extra_size_PVFS_servresp_getattr \ 608 608 extra_size_PVFS_object_attr … … 1140 1140 skip4,, 1141 1141 PVFS_size, size, 1142 int32_t, flags) 1142 int32_t, flags); 1143 1143 #define PINT_SERVREQ_TRUNCATE_FILL(__req, \ 1144 1144 __cap, \ … … 1166 1166 endecode_fields_1_struct( 1167 1167 PVFS_servreq_statfs, 1168 PVFS_fs_id, fs_id) 1168 PVFS_fs_id, fs_id); 1169 1169 1170 1170 #define PINT_SERVREQ_STATFS_FILL(__req, __cap, __fsid, __hints)\ … … 1470 1470 skip4,, 1471 1471 uint32_t, nhandles, 1472 PVFS_handle, handles) 1472 PVFS_handle, handles); 1473 1473 #define extra_size_PVFS_servreq_listattr \ 1474 1474 (PVFS_REQ_LIMIT_LISTATTR * sizeof(PVFS_handle))
