gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9009 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r9009 - gnunet/src/core
Date: Tue, 22 Sep 2009 11:34:06 -0600

Author: grothoff
Date: 2009-09-22 11:34:05 -0600 (Tue, 22 Sep 2009)
New Revision: 9009

Modified:
   gnunet/src/core/test_core_api.c
   gnunet/src/core/test_core_api_start_only.c
Log:
types

Modified: gnunet/src/core/test_core_api.c
===================================================================
--- gnunet/src/core/test_core_api.c     2009-09-22 17:33:51 UTC (rev 9008)
+++ gnunet/src/core/test_core_api.c     2009-09-22 17:34:05 UTC (rev 9009)
@@ -125,7 +125,8 @@
 static unsigned int
 bfc_callback (void *cls,
               const struct GNUNET_PeerIdentity *receiver,
-              void *position, unsigned int padding)
+              void *position, 
+             size_t padding)
 {
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Core requests data for `%4s', I have none.\n",

Modified: gnunet/src/core/test_core_api_start_only.c
===================================================================
--- gnunet/src/core/test_core_api_start_only.c  2009-09-22 17:33:51 UTC (rev 
9008)
+++ gnunet/src/core/test_core_api_start_only.c  2009-09-22 17:34:05 UTC (rev 
9009)
@@ -86,7 +86,8 @@
 static unsigned int
 bfc_callback (void *cls,
               const struct GNUNET_PeerIdentity *receiver,
-              void *position, unsigned int padding)
+              void *position, 
+             size_t padding)
 {
   return 0;
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]