aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-02 23:31:25 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-02 23:31:25 +0000
commitf2d1198d45bc3786d0164a5b6df928768022d1b7 (patch)
treebcce1d8e39bbcddda171c3637bf418f4fbd41824 /src/transport/gnunet-service-transport_neighbours.h
parent8727c5c69097aeb474ce6039bf31650400b6286a (diff)
downloadgnunet-f2d1198d45bc3786d0164a5b6df928768022d1b7.tar.gz
gnunet-f2d1198d45bc3786d0164a5b6df928768022d1b7.zip
dramatically simplify quota notification: avoid registration, simply always notify plugin
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 093bd06e1..710439b10 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -102,27 +102,6 @@ GST_neighbours_send (const struct GNUNET_PeerIdentity *target,
102 GST_NeighbourSendContinuation cont, void *cont_cls); 102 GST_NeighbourSendContinuation cont, void *cont_cls);
103 103
104 104
105
106/**
107 * FIXME
108 */
109void
110GST_neighbours_register_quota_notification (void *cls,
111 const struct GNUNET_PeerIdentity *peer,
112 const char *plugin,
113 struct Session *session);
114
115
116/**
117 * FIXME
118 */
119void
120GST_neighbours_unregister_quota_notification (void *cls,
121 const struct GNUNET_PeerIdentity *peer,
122 const char *plugin,
123 struct Session *session);
124
125
126/** 105/**
127 * We have received a message from the given sender. 106 * We have received a message from the given sender.
128 * How long should we delay before receiving more? 107 * How long should we delay before receiving more?