unused
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 26 Mar 2013 08:07:31 +0000 (08:07 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 26 Mar 2013 08:07:31 +0000 (08:07 +0000)
src/ats/ats.h
src/ats/gnunet-service-ats_performance.c

index 1d6c1f1291f4a08f98b4bbdc33c192a650bdeeaf..6fae406324ab0b6195e8875ce4f9111b90c203c4 100644 (file)
@@ -192,25 +192,6 @@ struct PeerInformationMessage
 
 };
 
-struct MonitorMessage
-{
-  struct GNUNET_MessageHeader header;
-
-  uint32_t id GNUNET_PACKED;
-
-  uint32_t op GNUNET_PACKED; /* GNUNET_YES to start, GNUNET_NO to stop */
-};
-
-struct MonitorResponseMessage
-{
-  struct GNUNET_MessageHeader header;
-
-  uint32_t id GNUNET_PACKED;
-
-  uint32_t ats_count GNUNET_PACKED;
-
-  struct GNUNET_PeerIdentity peer;
-};
 
 struct AddressListRequestMessage
 {
index 8eb969dfda9146be26e019d69aec910fffba4629..585de6669837c7d7d5f60cc841bfc1f1bbe2418d 100644 (file)
@@ -46,10 +46,6 @@ struct PerformanceClient
    */
   struct PerformanceClient *prev;
 
-  struct PerformanceMonitorClient *pm_head;
-
-  struct PerformanceMonitorClient *pm_tail;
-
   /**
    * Actual handle to the client.
    */