[PVFS2-CVS] commit by neill in pvfs2/include: pvfs2-util.h
CVS commit program
cvs at parl.clemson.edu
Thu Mar 18 13:56:55 EST 2004
Update of /projects/cvsroot/pvfs2/include
In directory parlweb:/tmp/cvs-serv9309/include
Modified Files:
pvfs2-util.h
Log Message:
- consolidate the credential generation in the admin tools
- added a generic/default credential generation function
Index: pvfs2-util.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-util.h,v
diff -p -u -r1.16 -r1.17
--- pvfs2-util.h 11 Mar 2004 22:49:43 -0000 1.16
+++ pvfs2-util.h 18 Mar 2004 18:56:55 -0000 1.17
@@ -20,6 +20,10 @@ struct PVFS_util_tab_s
};
typedef struct PVFS_util_tab_s PVFS_util_tab;
+/* client side default credential generation */
+void PVFS_util_gen_credentials(
+ PVFS_credentials *credentials);
+
/* client side config file / option management */
const PVFS_util_tab* PVFS_util_parse_pvfstab(
const char* tabfile);
More information about the PVFS2-CVS
mailing list