[PVFS2-CVS]
commit by slang in pvfs2/test/io/buffer: mt_test1.c mt_test2.c
trove-init.c
CVS commit program
cvs at parl.clemson.edu
Fri Nov 11 16:31:15 EST 2005
Update of /projects/cvsroot/pvfs2/test/io/buffer
In directory parlweb:/tmp/cvs-serv32535/test/io/buffer
Modified Files:
mt_test1.c mt_test2.c trove-init.c
Log Message:
moved the llu and lld macros to an internal header so that we don't have to include pvfs2-config.h in the installed pvfs2-types.h header.
Index: mt_test1.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/buffer/mt_test1.c,v
diff -p -u -r1.3 -r1.4
--- mt_test1.c 10 Nov 2005 01:27:21 -0000 1.3
+++ mt_test1.c 11 Nov 2005 21:31:15 -0000 1.4
@@ -11,6 +11,7 @@
#include "trove.h"
#include "trove-init.c"
+#include "pvfs2-internal.h"
TROVE_coll_id coll_id;
TROVE_handle file_handle;
Index: mt_test2.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/buffer/mt_test2.c,v
diff -p -u -r1.4 -r1.5
--- mt_test2.c 10 Nov 2005 01:27:21 -0000 1.4
+++ mt_test2.c 11 Nov 2005 21:31:15 -0000 1.5
@@ -10,6 +10,7 @@
#include "trove.h"
#include "trove-init.c"
+#include "pvfs2-internal.h"
extern void cache_dump_active_list(void);
extern void cache_dump_inactive_list(void);
Index: trove-init.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/buffer/trove-init.c,v
diff -p -u -r1.3 -r1.4
--- trove-init.c 10 Nov 2005 01:27:21 -0000 1.3
+++ trove-init.c 11 Nov 2005 21:31:15 -0000 1.4
@@ -8,6 +8,7 @@
#endif
#include "trove.h"
+#include "pvfs2-internal.h"
#define ROOT_HANDLE_STRING "root_handle"
#define MB 1024*1024
More information about the PVFS2-CVS
mailing list