extend API to enalbe exclusive port ranges to be specified for testing-system objects
[oweals/gnunet.git] / src / include / gnunet_transport_plugin.h
index 16c9c01656ed461910e83a8ee31dbd925c2eb04f..3fb6e2e0854155b991e40f69a7a83c900d09188e 100644 (file)
@@ -155,12 +155,12 @@ typedef struct GNUNET_ATS_Information
  * @param addr one of the addresses of the host
  *        the specific address format depends on the transport
  * @param addrlen length of the address
- * @pararm pluginname name of the plugin
+ * @param dest_plugin plugin to use this address with
  */
 typedef void (*GNUNET_TRANSPORT_AddressNotification) (void *cls, int add_remove,
                                                       const void *addr,
                                                       size_t addrlen,
-                                                      const char *pluginname);
+                                                      const char *dest_plugin);
 
 
 /**