cleanup
authorChristian Grothoff <christian@grothoff.org>
Fri, 14 Oct 2011 09:32:14 +0000 (09:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 14 Oct 2011 09:32:14 +0000 (09:32 +0000)
src/ats/gnunet-service-ats_addresses.c

index 14e7b9a38df0524accb4c42705419cb5910d74e0..5ba430a7627112c36318714bdaedfeb3eddc9c86 100644 (file)
@@ -34,6 +34,8 @@ struct ATS_Address
 
   size_t addr_len;
 
+  struct GNUNET_SERVER_Client *session_client;
+                  
   uint32_t session_id;
 
   uint32_t ats_count;
@@ -96,6 +98,7 @@ GAS_address_update (const struct GNUNET_PeerIdentity *peer,
   memcpy (&aa->ats, atsi, atsi_count * sizeof (struct GNUNET_TRANSPORT_ATS_Information));
   memcpy (aa->addr, plugin_addr, plugin_addr_len);
   aa->plugin = GNUNET_strdup (plugin_name);
+  aa->session_client = session_client;
   aa->session_id = session_id;
 
   GNUNET_assert (GNUNET_OK ==