[PVFS2-CVS] commit by bradles in pvfs2/include: pvfs2-dist-basic.h
CVS commit program
cvs at parl.clemson.edu
Tue May 11 13:12:26 EDT 2004
Update of /projects/cvsroot/pvfs2/include
In directory styx.parl.clemson.edu:/tmp/cvs-serv4400/include
Added Files:
pvfs2-dist-basic.h
Log Message:
Continuing distribution changes.
Default distribution (which wasn't really the default), is now called the
basic distribution and conforms to new interfaces.
--- /dev/null 2003-01-30 05:24:37.000000000 -0500
+++ pvfs2-dist-basic.h 2004-05-11 12:12:26.000000000 -0400
@@ -0,0 +1,27 @@
+/*
+ * (C) 2002 Clemson University.
+ *
+ * See COPYING in top-level directory.
+ */
+
+#ifndef __PVFS2_DIST_BASIC_H
+#define __PVFS2_DIST_BASIC_H
+
+/* Identifier to use when looking up this distribution */
+const char* const PVFS_dist_simple_stripe_id = "basic_dist";
+const int32_t PVFS_dist_simple_stripe_id_size = 11;
+
+struct PVFS_basic_params_s {
+};
+typedef struct PVFS_basic_params_s PVFS_basic_params;
+
+#endif
+
+/*
+ * Local variables:
+ * c-indent-level: 4
+ * c-basic-offset: 4
+ * End:
+ *
+ * vim: ts=8 sts=4 sw=4 noexpandtab
+ */
More information about the PVFS2-CVS
mailing list