aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-18 13:57:58 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-18 13:57:58 +0000
commitc914e078ab8e9dc2b65f2bc02ce260b9d1d209de (patch)
tree7ee8cd9ad2b4302a0f5166f3ca05c6407fe3b6fe /src/include
parent7a65c4fb6e8d2f0fd85fe8e951214c39882193e7 (diff)
downloadgnunet-c914e078ab8e9dc2b65f2bc02ce260b9d1d209de.tar.gz
gnunet-c914e078ab8e9dc2b65f2bc02ce260b9d1d209de.zip
cleaning up topology code:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_core_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index c520b5b7d..3ee2f102f 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -180,10 +180,10 @@ void GNUNET_CORE_disconnect (struct GNUNET_CORE_Handle *handle);
180 * 180 *
181 * @param cls closure 181 * @param cls closure
182 * @param peer identifies the peer 182 * @param peer identifies the peer
183 * @param latency current latency estimate, "FOREVER" if we have been
184 * disconnected
185 * @param bpm_in set to the current bandwidth limit (receiving) for this peer 183 * @param bpm_in set to the current bandwidth limit (receiving) for this peer
186 * @param bpm_out set to the current bandwidth limit (sending) for this peer 184 * @param bpm_out set to the current bandwidth limit (sending) for this peer
185 * @param latency current latency estimate, "FOREVER" if we have been
186 * disconnected
187 * @param amount set to the amount that was actually reserved or unreserved 187 * @param amount set to the amount that was actually reserved or unreserved
188 * @param preference current traffic preference for the given peer 188 * @param preference current traffic preference for the given peer
189 */ 189 */