aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-30 16:58:20 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-30 16:58:20 +0000
commit6a4c5ee6195fb7a6fcf90b1bae5ca36926e82023 (patch)
treef541686c7c894be4c74926fad156aae32b3f97ca /src/transport/gnunet-service-transport_neighbours.h
parentfb0fd00ae3d28e937b4e15a9aa50b62fb8440268 (diff)
downloadgnunet-6a4c5ee6195fb7a6fcf90b1bae5ca36926e82023.tar.gz
gnunet-6a4c5ee6195fb7a6fcf90b1bae5ca36926e82023.zip
send receive delay rescheduling support
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 01fbe83d7..ff62867fa 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -107,6 +107,15 @@ GST_neighbours_send (const struct GNUNET_PeerIdentity *target, const void *msg,
107 size_t msg_size, struct GNUNET_TIME_Relative timeout, 107 size_t msg_size, struct GNUNET_TIME_Relative timeout,
108 GST_NeighbourSendContinuation cont, void *cont_cls); 108 GST_NeighbourSendContinuation cont, void *cont_cls);
109 109
110void
111GST_neighbours_register_quota_notification (void *cls,
112 const struct GNUNET_PeerIdentity *peer,
113 const char *plugin,
114 struct Session *session);
115
116void
117GST_neighbours_unregister_quota_notification(void *cls,
118 const struct GNUNET_PeerIdentity *peer, const char *plugin, struct Session *session);
110 119
111/** 120/**
112 * We have received a message from the given sender. 121 * We have received a message from the given sender.