[Pvfs2-cvs] commit by kunkel in pvfs2/include: pvfs2-hint.h pvfs2.h
CVS commit program
cvs at parl.clemson.edu
Sun Aug 20 06:16:15 EDT 2006
Update of /projects/cvsroot/pvfs2/include
In directory parlweb1:/tmp/cvs-serv16411/include
Modified Files:
Tag: kunkel-branch
pvfs2-hint.h pvfs2.h
Log Message:
Added tools for mpi and mpi test program.
Index: pvfs2-hint.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/Attic/pvfs2-hint.h,v
diff -p -u -r1.1.2.2 -r1.1.2.3
--- pvfs2-hint.h 19 Aug 2006 18:40:04 -0000 1.1.2.2
+++ pvfs2-hint.h 20 Aug 2006 10:16:14 -0000 1.1.2.3
@@ -43,6 +43,10 @@ void PVFS_free_hint(
int32_t PINT_hint_calc_size(const PVFS_hint * hint);
+
+enum pvfs2_hint_type PVFS_hint_get_type(const char * hint_str);
+const char * PVFS_hint_get_str(enum pvfs2_hint_type type);
+int PVFS_hint_get_count(void);
int PINT_hint_encode(const PVFS_hint * hint, char * buffer, int * out_length, int max_length);
int PINT_hint_decode(PVFS_hint ** out_hint, const char * buffer, int * out_length);
Index: pvfs2.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2.h,v
diff -p -u -r1.10 -r1.10.38.1
--- pvfs2.h 28 Jul 2004 14:32:28 -0000 1.10
+++ pvfs2.h 20 Aug 2006 10:16:14 -0000 1.10.38.1
@@ -13,6 +13,7 @@
#define __PVFS2_H
#include "pvfs2-types.h"
+#include "pvfs2-hint.h"
#include "pvfs2-sysint.h"
#include "pvfs2-debug.h"
#include "pvfs2-util.h"
More information about the Pvfs2-cvs
mailing list