[PVFS2-CVS] commit by slang in pvfs2/test/server: showconfig.c

CVS commit program cvs at parl.clemson.edu
Fri Nov 11 17:19:31 EST 2005


Update of /projects/cvsroot/pvfs2/test/server
In directory parlweb:/tmp/cvs-serv2348/test/server

Modified Files:
      Tag: slang-sio-branch
	showconfig.c 
Log Message:
fixes to small io stuff to get test-zero-fill working again.  Also committing updates from HEAD to make things easier for merge.


Index: showconfig.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/server/showconfig.c,v
diff -p -u -r1.22 -r1.22.2.1
--- showconfig.c	23 Aug 2005 18:44:21 -0000	1.22
+++ showconfig.c	11 Nov 2005 22:19:30 -0000	1.22.2.1
@@ -11,6 +11,7 @@
 #include "dotconf.h"
 #include "server-config.h"
 #include "gossip.h"
+#include "pvfs2-internal.h"
 
 void print_filesystem_configuration(struct filesystem_configuration_s *fs);
 
@@ -111,8 +112,8 @@ void print_filesystem_configuration(stru
         fprintf(stderr,"=========== Reporting FS \"%s\" Information "
                 "===========\n",fs->file_system_name);
         fprintf(stderr,"Collection ID         : %d\n",fs->coll_id);
-        fprintf(stderr,"Root Handle           : %Lu\n",
-                Lu(fs->root_handle));
+        fprintf(stderr,"Root Handle           : %llu\n",
+                llu(fs->root_handle));
         fprintf(stderr,"Handle Recycle Timeout: %d seconds\n",
                 (int)fs->handle_recycle_timeout_sec.tv_sec);
         fprintf(stderr,"Trove Sync Meta       : %s\n",



More information about the PVFS2-CVS mailing list