aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-26 08:07:31 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-26 08:07:31 +0000
commitf6db768224fa34e874bc8a20019916a64816e92d (patch)
tree95ac85ee8a7e8d8a1051bc6070759520c8a31bee /src/ats
parent6f8f5437eee456f407606cbed2a7fa93b28b89ba (diff)
downloadgnunet-f6db768224fa34e874bc8a20019916a64816e92d.tar.gz
gnunet-f6db768224fa34e874bc8a20019916a64816e92d.zip
unused
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats.h19
-rw-r--r--src/ats/gnunet-service-ats_performance.c4
2 files changed, 0 insertions, 23 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index 1d6c1f129..6fae40632 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -192,25 +192,6 @@ struct PeerInformationMessage
192 192
193}; 193};
194 194
195struct MonitorMessage
196{
197 struct GNUNET_MessageHeader header;
198
199 uint32_t id GNUNET_PACKED;
200
201 uint32_t op GNUNET_PACKED; /* GNUNET_YES to start, GNUNET_NO to stop */
202};
203
204struct MonitorResponseMessage
205{
206 struct GNUNET_MessageHeader header;
207
208 uint32_t id GNUNET_PACKED;
209
210 uint32_t ats_count GNUNET_PACKED;
211
212 struct GNUNET_PeerIdentity peer;
213};
214 195
215struct AddressListRequestMessage 196struct AddressListRequestMessage
216{ 197{
diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c
index 8eb969dfd..585de6669 100644
--- a/src/ats/gnunet-service-ats_performance.c
+++ b/src/ats/gnunet-service-ats_performance.c
@@ -46,10 +46,6 @@ struct PerformanceClient
46 */ 46 */
47 struct PerformanceClient *prev; 47 struct PerformanceClient *prev;
48 48
49 struct PerformanceMonitorClient *pm_head;
50
51 struct PerformanceMonitorClient *pm_tail;
52
53 /** 49 /**
54 * Actual handle to the client. 50 * Actual handle to the client.
55 */ 51 */