[PVFS2-CVS]
commit by rbross in pvfs2/src/server: io.sm pvfs2-server.h
CVS commit program
cvs at parl.clemson.edu
Tue Dec 21 09:54:52 EST 2004
Update of /projects/cvsroot/pvfs2/src/server
In directory parlweb:/tmp/cvs-serv1092/src/server
Modified Files:
io.sm pvfs2-server.h
Log Message:
doxygen-related checkins.
Index: io.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/io.sm,v
diff -p -u -r1.54 -r1.55
--- io.sm 18 Oct 2004 17:24:55 -0000 1.54
+++ io.sm 21 Dec 2004 14:54:52 -0000 1.55
@@ -3,6 +3,11 @@
*
* See COPYING in top-level directory.
*/
+
+/*
+ * PVFS2 server state machine for driving I/O operations (read and write).
+ */
+
#include <string.h>
#include <assert.h>
@@ -25,11 +30,6 @@ static int io_cleanup(
PINT_server_op *s_op, job_status_s* js_p);
extern PINT_server_trove_keys_s Trove_Common_Keys[];
-
-/****************************************************************
- * This is the state machine for file system I/O operations (both
- * read and write)
- */
%%
Index: pvfs2-server.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/pvfs2-server.h,v
diff -p -u -r1.114 -r1.115
--- pvfs2-server.h 19 Oct 2004 15:02:52 -0000 1.114
+++ pvfs2-server.h 21 Dec 2004 14:54:52 -0000 1.115
@@ -4,6 +4,10 @@
* See COPYING in top-level directory.
*/
+/*
+ * Declarations for use in the PVFS2 server.
+ */
+
#ifndef __PVFS2_SERVER_H
#define __PVFS2_SERVER_H
More information about the PVFS2-CVS
mailing list