aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-14 11:08:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-14 11:08:43 +0000
commit53da062e08f1d1d4392b3a40396bb45cc093e2ac (patch)
tree40b132f38c1d6b46476bfd9c1917070956ce4861 /src/include/gnunet_transport_plugin.h
parent1debac4608e78f4a7800252ba9a91b4f5a376b42 (diff)
downloadgnunet-53da062e08f1d1d4392b3a40396bb45cc093e2ac.tar.gz
gnunet-53da062e08f1d1d4392b3a40396bb45cc093e2ac.zip
LRN: Added-the-ability-to-substitute-scheduler-select.
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index b47843188..37eef9427 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -92,8 +92,7 @@ typedef void (*GNUNET_TRANSPORT_SessionEnd) (void *cls,
92 * @param cls closure 92 * @param cls closure
93 * @param peer (claimed) identity of the other peer 93 * @param peer (claimed) identity of the other peer
94 * @param message the message, NULL if we only care about 94 * @param message the message, NULL if we only care about
95 * learning about the delay until we should receive again -- FIXME! 95 * learning about the delay until we should receive again
96 * @param distance in overlay hops; use 1 unless DV (or 0 if message == NULL)
97 * @param session identifier used for this session (NULL for plugins 96 * @param session identifier used for this session (NULL for plugins
98 * that do not offer bi-directional communication to the sender 97 * that do not offer bi-directional communication to the sender
99 * using the same "connection") 98 * using the same "connection")