regex profiler fixes
[oweals/gnunet.git] / src / ats / ats.h
index 30ca29580463704b0bf1180c1bb66641efaff17b..f4c3d9fbac16360bf622ffe196330eb1fb7def1e 100644 (file)
@@ -61,6 +61,15 @@ struct RequestAddressMessage
   struct GNUNET_PeerIdentity peer;
 };
 
+struct ResetBackoffMessage
+{
+  struct GNUNET_MessageHeader header;
+
+  uint32_t reserved GNUNET_PACKED;
+
+  struct GNUNET_PeerIdentity peer;
+};
+
 
 struct AddressUpdateMessage
 {