aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.h')
-rw-r--r--src/core/gnunet-service-core_neighbours.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/gnunet-service-core_neighbours.h b/src/core/gnunet-service-core_neighbours.h
index 36682770e..d613c46a5 100644
--- a/src/core/gnunet-service-core_neighbours.h
+++ b/src/core/gnunet-service-core_neighbours.h
@@ -35,15 +35,15 @@
35 * when the message queue is empty). Outbound quotas and memory 35 * when the message queue is empty). Outbound quotas and memory
36 * bounds will then be enfoced (as GSC_SESSION_solicit is only called 36 * bounds will then be enfoced (as GSC_SESSION_solicit is only called
37 * if sufficient banwdith is available). 37 * if sufficient banwdith is available).
38 * 38 *
39 * @param target peer that should receive the message (must be connected) 39 * @param target peer that should receive the message (must be connected)
40 * @param msg message to transmit 40 * @param msg message to transmit
41 * @param timeout by when should the transmission be done? 41 * @param timeout by when should the transmission be done?
42 */ 42 */
43void 43void
44GSC_NEIGHBOURS_transmit (const struct GNUNET_PeerIdentity *target, 44GSC_NEIGHBOURS_transmit (const struct GNUNET_PeerIdentity *target,
45 const struct GNUNET_MessageHeader *msg, 45 const struct GNUNET_MessageHeader *msg,
46 struct GNUNET_TIME_Relative timeout); 46 struct GNUNET_TIME_Relative timeout);
47 47
48 48
49/** 49/**