[PVFS2-CVS]
commit by bradles in pvfs2/src/proto: PINT-le-bytefield.c
pvfs2-attr.h pvfs2-req-proto.h
CVS commit program
cvs at parl.clemson.edu
Thu May 13 11:47:23 EDT 2004
Update of /projects/cvsroot/pvfs2/src/proto
In directory styx.parl.clemson.edu:/tmp/cvs-serv6218
Modified Files:
PINT-le-bytefield.c pvfs2-attr.h pvfs2-req-proto.h
Log Message:
Update for rename of PVFS_Dist to PINT_dist.
Index: PINT-le-bytefield.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/PINT-le-bytefield.c,v
diff -p -u -r1.21 -r1.22
--- PINT-le-bytefield.c 11 May 2004 18:52:28 -0000 1.21
+++ PINT-le-bytefield.c 13 May 2004 14:47:23 -0000 1.22
@@ -52,7 +52,7 @@ static void lebf_initialize(void)
int i;
int reqsize, respsize;
int noreq;
- PVFS_Dist tmp_dist;
+ PINT_dist tmp_dist;
PINT_Request tmp_req;
char *tmp_name = strdup("foo");
const int init_big_size = 1024 * 1024;
Index: pvfs2-attr.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/pvfs2-attr.h,v
diff -p -u -r1.26 -r1.27
--- pvfs2-attr.h 18 Mar 2004 20:49:36 -0000 1.26
+++ pvfs2-attr.h 13 May 2004 14:47:23 -0000 1.27
@@ -15,7 +15,7 @@
struct PVFS_metafile_attr_s
{
/* distribution */
- PVFS_Dist *dist;
+ PINT_dist *dist;
uint32_t dist_size; /* not sent across wire, each side may be diff */
/* list of datafiles */
Index: pvfs2-req-proto.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/pvfs2-req-proto.h,v
diff -p -u -r1.108 -r1.109
--- pvfs2-req-proto.h 7 May 2004 16:38:03 -0000 1.108
+++ pvfs2-req-proto.h 13 May 2004 14:47:23 -0000 1.109
@@ -663,7 +663,7 @@ struct PVFS_servreq_io
uint32_t server_ct;
/* distribution */
- PVFS_Dist *io_dist;
+ PINT_dist *io_dist;
/* file datatype */
PVFS_Request file_req;
/* offset into file datatype */
More information about the PVFS2-CVS
mailing list