[Pvfs2-cvs] commit by nlmills in pvfs2/include: pvfs2-sysint.h
CVS commit program
cvs at parl.clemson.edu
Tue Jul 15 17:09:29 EDT 2008
Update of /anoncvs/pvfs2/include
In directory parlweb1:/tmp/cvs-serv30295/include
Modified Files:
Tag: cu-security-branch
pvfs2-sysint.h
Log Message:
modified getattr client sm to handle credential and capability. compiles
but doesn't actually work yet. for starters, all the apps that call
PVFS_[i]sys_getattr need to be fixed.
Index: pvfs2-sysint.h
===================================================================
RCS file: /anoncvs/pvfs2/include/pvfs2-sysint.h,v
diff -p -u -r1.75.8.1 -r1.75.8.2
--- pvfs2-sysint.h 16 May 2008 15:15:18 -0000 1.75.8.1
+++ pvfs2-sysint.h 15 Jul 2008 21:09:29 -0000 1.75.8.2
@@ -22,6 +22,7 @@
#include "pvfs2-types.h"
#include "pvfs2-request.h"
+#include "security-types.h"
/** Options supported by get_info() and set_info(). */
enum PVFS_sys_setinfo_opt
@@ -280,7 +281,7 @@ PVFS_error PVFS_sys_lookup(
PVFS_error PVFS_isys_getattr(
PVFS_object_ref ref,
uint32_t attrmask,
- const PVFS_credentials *credentials,
+ const PVFS_credential *credential,
PVFS_sysresp_getattr *resp,
PVFS_sys_op_id *op_id,
void *user_ptr);
@@ -288,7 +289,7 @@ PVFS_error PVFS_isys_getattr(
PVFS_error PVFS_sys_getattr(
PVFS_object_ref ref,
uint32_t attrmask,
- const PVFS_credentials *credentials,
+ const PVFS_credential *credential,
PVFS_sysresp_getattr *resp);
PVFS_error PVFS_isys_setattr(
More information about the Pvfs2-cvs
mailing list