}
-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,
&init_notify,
&connect_notify,
&disconnect_notify,
- &bfc_callback,
&inbound_notify,
GNUNET_YES,
&outbound_notify, GNUNET_YES, handlers);
&init_notify,
&connect_notify,
&disconnect_notify,
- &bfc_callback,
&inbound_notify,
GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);
}
}
-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,
&init_notify,
&connect_notify,
&disconnect_notify,
- &bfc_callback,
&inbound_notify,
GNUNET_YES,
&outbound_notify, GNUNET_YES, handlers);
&init_notify,
&connect_notify,
&disconnect_notify,
- &bfc_callback,
&inbound_notify,
GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);
}