[Pvfs2-cvs] commit by nlmills in pvfs2/include: pvfs2-sysint.h
CVS commit program
cvs at parl.clemson.edu
Thu Dec 4 10:18:22 EST 2008
Update of /anoncvs/pvfs2/include
In directory parlweb1:/tmp/cvs-serv3690/include
Modified Files:
Tag: cu-security-branch
pvfs2-sysint.h
Log Message:
completed getcred client state machine
Index: pvfs2-sysint.h
===================================================================
RCS file: /anoncvs/pvfs2/include/pvfs2-sysint.h,v
diff -p -u -r1.75.8.4 -r1.75.8.5
--- pvfs2-sysint.h 4 Dec 2008 04:40:42 -0000 1.75.8.4
+++ pvfs2-sysint.h 4 Dec 2008 15:18:22 -0000 1.75.8.5
@@ -604,13 +604,21 @@ PVFS_error PVFS_sys_listeattr(
PVFS_sysresp_listeattr *resp);
PVFS_error PVFS_isys_getcred(
+ PVFS_fs_id fs_id,
const char *certificate,
+ const PVFS_sig signature,
+ uint32_t sig_size,
+ PVFS_BMI_addr_t addr,
PVFS_sysresp_getcred *resp,
PVFS_sys_op_id *op_id,
void *user_ptr);
PVFS_error PVFS_sys_getcred(
+ PVFS_fs_id fs_id,
const char *certificate,
+ const PVFS_sig signature,
+ uint32_t sig_size,
+ PVFS_BMI_addr_t addr,
PVFS_sysresp_getcred *resp);
PVFS_error PVFS_sys_set_info(
More information about the Pvfs2-cvs
mailing list