summaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-22 21:25:54 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-22 21:25:54 +0000
commit750da2796162b92c533f9666104c47407ed09e46 (patch)
treeb1fe3ec2ca36854a15fd8e97760d05e9a54836b9 /src/ats/gnunet-service-ats.c
parent9c95f4ea09fa61fc193fc45873f76bf6fe6d93f3 (diff)
downloadgnunet-750da2796162b92c533f9666104c47407ed09e46.tar.gz
gnunet-750da2796162b92c533f9666104c47407ed09e46.zip
simplifying IPC for address in use and address update
Diffstat (limited to 'src/ats/gnunet-service-ats.c')
-rw-r--r--src/ats/gnunet-service-ats.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats.c b/src/ats/gnunet-service-ats.c
index db6ce6663..cf0bc0a39 100644
--- a/src/ats/gnunet-service-ats.c
+++ b/src/ats/gnunet-service-ats.c
@@ -165,7 +165,8 @@ run (void *cls,
165 {&GAS_handle_address_update, NULL, 165 {&GAS_handle_address_update, NULL,
166 GNUNET_MESSAGE_TYPE_ATS_ADDRESS_UPDATE, 0}, 166 GNUNET_MESSAGE_TYPE_ATS_ADDRESS_UPDATE, 0},
167 {&GAS_handle_address_in_use, NULL, 167 {&GAS_handle_address_in_use, NULL,
168 GNUNET_MESSAGE_TYPE_ATS_ADDRESS_IN_USE, 0}, 168 GNUNET_MESSAGE_TYPE_ATS_ADDRESS_IN_USE,
169 sizeof (struct AddressUseMessage) },
169 {&GAS_handle_address_destroyed, NULL, 170 {&GAS_handle_address_destroyed, NULL,
170 GNUNET_MESSAGE_TYPE_ATS_ADDRESS_DESTROYED, 0}, 171 GNUNET_MESSAGE_TYPE_ATS_ADDRESS_DESTROYED, 0},
171 {&GAS_handle_reservation_request, NULL, 172 {&GAS_handle_reservation_request, NULL,