gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r10039 - gnunet/src/core
Date: Mon, 18 Jan 2010 11:01:45 +0100

Author: grothoff
Date: 2010-01-18 11:01:45 +0100 (Mon, 18 Jan 2010)
New Revision: 10039

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

Modified: gnunet/src/core/test_core_api.c
===================================================================
--- gnunet/src/core/test_core_api.c     2010-01-18 09:45:40 UTC (rev 10038)
+++ gnunet/src/core/test_core_api.c     2010-01-18 10:01:45 UTC (rev 10039)
@@ -122,19 +122,6 @@
 }
 
 
-static unsigned int
-bfc_callback (void *cls,
-              const struct GNUNET_PeerIdentity *receiver,
-              void *position, 
-             size_t padding)
-{
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Core requests data for `%4s', I have none.\n",
-              GNUNET_i2s (receiver));
-  return 0;
-}
-
-
 static int
 inbound_notify (void *cls,
                 const struct GNUNET_PeerIdentity *other,
@@ -230,7 +217,6 @@
                            &init_notify,
                            &connect_notify,
                            &disconnect_notify,
-                           &bfc_callback,
                            &inbound_notify,
                            GNUNET_YES,
                            &outbound_notify, GNUNET_YES, handlers);
@@ -321,7 +307,6 @@
                        &init_notify,
                        &connect_notify,
                        &disconnect_notify,
-                       &bfc_callback,
                        &inbound_notify,
                        GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);
 }

Modified: gnunet/src/core/test_core_api_start_only.c
===================================================================
--- gnunet/src/core/test_core_api_start_only.c  2010-01-18 09:45:40 UTC (rev 
10038)
+++ gnunet/src/core/test_core_api_start_only.c  2010-01-18 10:01:45 UTC (rev 
10039)
@@ -83,16 +83,6 @@
 }
 
 
-static unsigned int
-bfc_callback (void *cls,
-              const struct GNUNET_PeerIdentity *receiver,
-              void *position, 
-             size_t padding)
-{
-  return 0;
-}
-
-
 static int
 inbound_notify (void *cls,
                 const struct GNUNET_PeerIdentity *other,
@@ -137,7 +127,6 @@
                            &init_notify,
                            &connect_notify,
                            &disconnect_notify,
-                           &bfc_callback,
                            &inbound_notify,
                            GNUNET_YES,
                            &outbound_notify, GNUNET_YES, handlers);
@@ -191,7 +180,6 @@
                        &init_notify,
                        &connect_notify,
                        &disconnect_notify,
-                       &bfc_callback,
                        &inbound_notify,
                        GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);
 }





reply via email to

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