aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_sessions.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-07 09:42:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-07 09:42:36 +0000
commit145db4f07472ffd03b8872928c165a4a7ef46352 (patch)
tree8bf1eee2d2dfb2537b34b39f2d3cc81fb6be1ddd /src/core/gnunet-service-core_sessions.h
parentdb1ababc2af1771a10c79c65a729852700ac7699 (diff)
downloadgnunet-145db4f07472ffd03b8872928c165a4a7ef46352.tar.gz
gnunet-145db4f07472ffd03b8872928c165a4a7ef46352.zip
fixes
Diffstat (limited to 'src/core/gnunet-service-core_sessions.h')
-rw-r--r--src/core/gnunet-service-core_sessions.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/core/gnunet-service-core_sessions.h b/src/core/gnunet-service-core_sessions.h
index fa85bc05a..46f8d1f5c 100644
--- a/src/core/gnunet-service-core_sessions.h
+++ b/src/core/gnunet-service-core_sessions.h
@@ -26,8 +26,8 @@
26#ifndef GNUNET_SERVICE_CORE_SESSIONS_H 26#ifndef GNUNET_SERVICE_CORE_SESSIONS_H
27#define GNUNET_SERVICE_CORE_SESSIONS_H 27#define GNUNET_SERVICE_CORE_SESSIONS_H
28 28
29#include "gnunet_service_core_kx.h" 29#include "gnunet-service-core.h"
30#include "gnunet_service_core_sessions.h" 30#include "gnunet-service-core_kx.h"
31 31
32 32
33/** 33/**
@@ -162,15 +162,10 @@ GSC_SESSIONS_create (const struct GNUNET_PeerIdentity *peer,
162 * 162 *
163 * @param peer peer who's session should be updated 163 * @param peer peer who's session should be updated
164 * @param bw_out new outbound bandwidth limit for the peer 164 * @param bw_out new outbound bandwidth limit for the peer
165 * @param atsi performance information
166 * @param atsi_count number of performance records supplied
167 */ 165 */
168void 166void
169GSC_SESSIONS_update (const struct GNUNET_PeerIdentity *peer, 167GSC_SESSIONS_update (const struct GNUNET_PeerIdentity *peer,
170 struct GNUNET_BANDWIDTH_Value32NBO bw_out, 168 struct GNUNET_BANDWIDTH_Value32NBO bw_out);
171 const struct GNUNET_TRANSPORT_ATS_Information *atsi,
172 uint32_t atsi_count);
173
174 169
175 170
176/** 171/**