[PVFS2-CVS]
commit by bradles in pvfs2/src/proto: PINT-le-bytefield.c
CVS commit program
cvs at parl.clemson.edu
Tue May 11 12:33:48 EDT 2004
Update of /projects/cvsroot/pvfs2/src/proto
In directory styx.parl.clemson.edu:/tmp/cvs-serv4204/src/proto
Modified Files:
PINT-le-bytefield.c
Log Message:
Cleaning up distribution framework.
Regularizing distribution naming for simple_stripe and modifying params to be
include friendly. Simple stripe distribution has been moved to files
include/pvfs2-dist-simple-stripe.h and io/description/dist-simple-stripe.c
Existing simple-stripe.[h|c] still exist but are deprecated.
Index: PINT-le-bytefield.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/PINT-le-bytefield.c,v
diff -p -u -r1.19 -r1.20
--- PINT-le-bytefield.c 7 May 2004 16:38:03 -0000 1.19
+++ PINT-le-bytefield.c 11 May 2004 15:33:48 -0000 1.20
@@ -62,7 +62,7 @@ static void lebf_initialize(void)
* for encoding to work properly.
*/
memset(&tmp_dist, 0, sizeof(tmp_dist));
- tmp_dist.dist_name = strdup("default_dist");
+ tmp_dist.dist_name = strdup("simple_stripe");
if (PINT_Dist_lookup(&tmp_dist)) {
gossip_err("%s: dist %s does not exist?!?\n",
__func__, tmp_dist.dist_name);
More information about the PVFS2-CVS
mailing list