* Initialize Environment for this plugin
*/
struct ReadyList *
-receive(void *cls,void *plugin_context,
+receive(void *cls,
struct ReadyList *
service_context,
struct GNUNET_TIME_Relative
{
}
-void lookup (void *cls,
- struct GNUNET_TIME_Relative
- timeout,
- const struct
- GNUNET_PeerIdentity * target,
- GNUNET_TRANSPORT_AddressCallback
- iter, void *iter_cls)
-{
-}
-
-
/**
* Function called when the service shuts
* down. Unloads our plugins.
env.my_identity = &my_identity;
env.cls=&env;
env.receive=&receive;
- env.lookup=&lookup;
env.notify_address=¬ify_address;
env.notify_validation = &validation_notification;
env.max_connections = max_connect_per_transport;