aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-08-28 15:11:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-08-28 15:11:54 +0000
commit0bf12c31155ac0391ed094cbc65e5b6ac9763ccf (patch)
treed4db3c60abaef6d0697b9f87bfcefe19184a7900 /src/include/gnunet_transport_plugin.h
parent6a0322e710513236be163c8d7ef5951760292a04 (diff)
downloadgnunet-0bf12c31155ac0391ed094cbc65e5b6ac9763ccf.tar.gz
gnunet-0bf12c31155ac0391ed094cbc65e5b6ac9763ccf.zip
changes
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 16c9c0165..3fb6e2e08 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -155,12 +155,12 @@ typedef struct GNUNET_ATS_Information
155 * @param addr one of the addresses of the host 155 * @param addr one of the addresses of the host
156 * the specific address format depends on the transport 156 * the specific address format depends on the transport
157 * @param addrlen length of the address 157 * @param addrlen length of the address
158 * @pararm pluginname name of the plugin 158 * @param dest_plugin plugin to use this address with
159 */ 159 */
160typedef void (*GNUNET_TRANSPORT_AddressNotification) (void *cls, int add_remove, 160typedef void (*GNUNET_TRANSPORT_AddressNotification) (void *cls, int add_remove,
161 const void *addr, 161 const void *addr,
162 size_t addrlen, 162 size_t addrlen,
163 const char *pluginname); 163 const char *dest_plugin);
164 164
165 165
166/** 166/**