[PVFS2-CVS] commit by pw in pvfs2/include: pvfs2-sysint.h
CVS commit program
cvs at parl.clemson.edu
Mon Oct 11 10:46:45 EDT 2004
Update of /projects/cvsroot/pvfs2/include
In directory parlweb:/tmp/cvs-serv13462/include
Modified Files:
pvfs2-sysint.h
Log Message:
add core multihome support
Index: pvfs2-sysint.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-sysint.h,v
diff -u -p -u -r1.47 -r1.48
--- pvfs2-sysint.h 3 Sep 2004 14:57:00 -0000 1.47
+++ pvfs2-sysint.h 11 Oct 2004 13:46:45 -0000 1.48
@@ -39,7 +39,9 @@ typedef struct PVFS_sys_attr_s PVFS_sys_
/* describes active file systems */
struct PVFS_sys_mntent
{
- char *pvfs_config_server; /* address of server with config info */
+ char **pvfs_config_servers; /* addresses of servers with config info */
+ int num_pvfs_config_servers;
+ char *the_pvfs_config_server; /* first of the entries above that works */
char *pvfs_fs_name; /* name of PVFS2 file system */
enum PVFS_flowproto_type flowproto; /* flow protocol */
enum PVFS_encoding_type encoding; /* wire data encoding */
More information about the PVFS2-CVS
mailing list