[Pvfs2-cvs] commit by nlmills in pvfs2/include: pvfs2-sysint.h

CVS commit program cvs at parl.clemson.edu
Wed Dec 3 23:40:42 EST 2008


Update of /anoncvs/pvfs2/include
In directory parlweb1:/tmp/cvs-serv7806/include

Modified Files:
      Tag: cu-security-branch
	pvfs2-sysint.h 
Log Message:
began work on sys-getcred client state machine


Index: pvfs2-sysint.h
===================================================================
RCS file: /anoncvs/pvfs2/include/pvfs2-sysint.h,v
diff -p -u -r1.75.8.3 -r1.75.8.4
--- pvfs2-sysint.h	21 Jul 2008 22:02:46 -0000	1.75.8.3
+++ pvfs2-sysint.h	4 Dec 2008 04:40:42 -0000	1.75.8.4
@@ -218,6 +218,12 @@ struct PVFS_sysresp_listeattr_s
 };
 typedef struct PVFS_sysresp_listeattr_s PVFS_sysresp_listeattr;
 
+struct PVFS_sysresp_getcred_s
+{
+    PVFS_credential credential;
+};
+typedef struct PVFS_sysresp_getcred_s PVFS_sysresp_getcred;
+
 
 /****************************************/
 /* system interface function prototypes */
@@ -596,6 +602,16 @@ PVFS_error PVFS_sys_listeattr(
     int32_t nkey,
     const PVFS_credential *credential,
     PVFS_sysresp_listeattr *resp);
+
+PVFS_error PVFS_isys_getcred(
+    const char *certificate,
+    PVFS_sysresp_getcred *resp,
+    PVFS_sys_op_id *op_id,
+    void *user_ptr);
+
+PVFS_error PVFS_sys_getcred(
+    const char *certificate,
+    PVFS_sysresp_getcred *resp);
 
 PVFS_error PVFS_sys_set_info(
     enum PVFS_sys_setinfo_opt option,



More information about the Pvfs2-cvs mailing list