[PVFS2-CVS] commit by walt in pvfs2-1/include: pvfs2-sysint.h
CVS commit program
cvs at parl.clemson.edu
Tue Jul 19 17:11:58 EDT 2005
Update of /projects/cvsroot/pvfs2-1/include
In directory parlweb:/tmp/cvs-serv2118/include
Modified Files:
Tag: WALT2
pvfs2-sysint.h
Log Message:
cleanup for extended attribute stuff. removed non-list server ops
in favor of list type and renamed list type. cleaned up a few items in
request debug programs.
Index: pvfs2-sysint.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/include/pvfs2-sysint.h,v
diff -p -u -r1.53.12.2 -r1.53.12.3
--- pvfs2-sysint.h 17 Jul 2005 22:56:56 -0000 1.53.12.2
+++ pvfs2-sysint.h 19 Jul 2005 20:11:58 -0000 1.53.12.3
@@ -164,26 +164,16 @@ struct PVFS_sysresp_getparent_s
};
typedef struct PVFS_sysresp_getparent_s PVFS_sysresp_getparent;
-/** Holds results of a geteattr operation (attributes of object). */
-struct PVFS_sysresp_geteattr_s
-{
- PVFS_ds_keyval val;
-};
-typedef struct PVFS_sysresp_geteattr_s PVFS_sysresp_geteattr;
-
/** Holds results of a geteattr_list operation (attributes of object). */
-struct PVFS_sysresp_geteattr_list_s
+struct PVFS_sysresp_geteattr_s
{
PVFS_ds_keyval *val_array;
};
-typedef struct PVFS_sysresp_geteattr_list_s PVFS_sysresp_geteattr_list;
+typedef struct PVFS_sysresp_geteattr_s PVFS_sysresp_geteattr;
/* seteattr */
/* no data returned in seteattr response */
-/* seteattr_list */
-/* no data returned in seteattr_list response */
-
/* deleattr */
/* no data returned in deleattr response */
@@ -449,14 +439,14 @@ PVFS_error PVFS_sys_geteattr(
PVFS_object_ref ref,
PVFS_credentials *credentials,
PVFS_ds_keyval *key_p,
- PVFS_sysresp_geteattr *resp);
+ PVFS_ds_keyval *val_p);
PVFS_error PVFS_isys_geteattr_list(
PVFS_object_ref ref,
PVFS_credentials *credentials,
int32_t nkey,
PVFS_ds_keyval *key_p,
- PVFS_sysresp_geteattr_list *resp,
+ PVFS_sysresp_geteattr *resp,
PVFS_sys_op_id *op_id,
void *user_ptr);
@@ -465,7 +455,7 @@ PVFS_error PVFS_sys_geteattr_list(
PVFS_credentials *credentials,
int32_t nkey,
PVFS_ds_keyval *key_p,
- PVFS_sysresp_geteattr_list *resp);
+ PVFS_sysresp_geteattr *resp);
PVFS_error PVFS_isys_seteattr(
PVFS_object_ref ref,
More information about the PVFS2-CVS
mailing list