aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-06-14 12:50:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-06-14 12:50:27 +0000
commitc18fcd88d8897d0645900a1b6f527232d0153f88 (patch)
tree445441c0ac27a28e747757d7d347c8f44e1df72f /src/ats/gnunet-service-ats_scheduling.h
parent21f92c1b07d8361c270fa08f9f41d78a3e8e18b3 (diff)
downloadgnunet-c18fcd88d8897d0645900a1b6f527232d0153f88.tar.gz
gnunet-c18fcd88d8897d0645900a1b6f527232d0153f88.zip
- adding GNUNET_ATS_address_add functionality .. no changes to scheduling API yet
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.h')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.h b/src/ats/gnunet-service-ats_scheduling.h
index 08a7f1b33..48c301d19 100644
--- a/src/ats/gnunet-service-ats_scheduling.h
+++ b/src/ats/gnunet-service-ats_scheduling.h
@@ -115,6 +115,18 @@ GAS_handle_request_address_cancel (void *cls,
115 struct GNUNET_SERVER_Client *client, 115 struct GNUNET_SERVER_Client *client,
116 const struct GNUNET_MessageHeader *message); 116 const struct GNUNET_MessageHeader *message);
117 117
118
119/**
120 * Handle 'address add' messages from clients.
121 *
122 * @param cls unused, NULL
123 * @param client client that sent the request
124 * @param message the request message
125 */
126void
127GAS_handle_address_add (void *cls, struct GNUNET_SERVER_Client *client,
128 const struct GNUNET_MessageHeader *message);
129
118/** 130/**
119 * Handle 'address update' messages from clients. 131 * Handle 'address update' messages from clients.
120 * 132 *