[Pvfs2-cvs] commit by slang in pvfs2/src/common/misc: pint-hint.c
CVS commit program
cvs at parl.clemson.edu
Wed Jul 2 15:44:17 EDT 2008
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv5544/src/common/misc
Modified Files:
Tag: he-branch
pint-hint.c
Log Message:
mo' changes, bug fixes to hints/events. Fixed encoding bug for hints.
Index: pint-hint.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/Attic/pint-hint.c,v
diff -p -u -r1.2.2.2 -r1.2.2.3
--- pint-hint.c 21 May 2008 18:55:10 -0000 1.2.2.2
+++ pint-hint.c 2 Jul 2008 19:44:17 -0000 1.2.2.3
@@ -13,6 +13,7 @@
#include "pint-hint.h"
#include "gossip.h"
#include <stdio.h>
+#include <pvfs2-debug.h>
DEFINE_STATIC_ENDECODE_FUNCS(uint64_t, uint64_t);
DEFINE_STATIC_ENDECODE_FUNCS(int64_t, int64_t);
@@ -242,6 +243,9 @@ void decode_PINT_hint(char **pptr, PINT_
const struct PINT_hint_info *info;
decode_uint32_t(pptr, &count);
+
+ gossip_debug(GOSSIP_SERVER_DEBUG, "decoding %d hints from request\n",
+ count);
for(i = 0; i < count; ++i)
{
More information about the Pvfs2-cvs
mailing list