-simplify logic
[oweals/gnunet.git] / src / transport / gnunet-service-transport_neighbours.h
index 637e7609b9a1b8f475f2adbf81a04176dc721b0c..070ee01a9a5565b3148ce760e8289bc1ab432c37 100644 (file)
@@ -221,19 +221,6 @@ GST_neighbours_notify_data_recv (const struct GNUNET_HELLO_Address *address,
                                  const struct GNUNET_MessageHeader *message);
 
 
-/**
- * Track information about payload (useful data) we received from the
- * given address (used to notify ATS about our utilization of
- * allocated resources).
- *
- * @param address the address we got data from
- * @param message the message we received (really only the size is used)
- */
-void
-GST_neighbours_notify_payload_recv (const struct GNUNET_HELLO_Address *address,
-                                    const struct GNUNET_MessageHeader *message);
-
-
 /**
  * Track information about data we transmitted using the given @a
  * address and @a session (used to notify ATS about our utilization of
@@ -249,20 +236,6 @@ GST_neighbours_notify_data_sent (const struct GNUNET_HELLO_Address *address,
                                  size_t size);
 
 
-/**
- * Track information about payload (useful data) we transmitted using the
- * given address (used to notify ATS about our utilization of
- * allocated resources).
- *
- * @param address the address we transmitted data to
- * @param message the message we sent (really only the size is used)
- */
-void
-GST_neighbours_notify_payload_sent (const struct GNUNET_PeerIdentity *peer,
-                                    size_t size);
-
-
-
 /**
  * For an existing neighbour record, set the active connection to
  * use the given address.