-simplify logic
[oweals/gnunet.git] / src / transport / gnunet-service-transport_neighbours.h
index 8964c08a5c7e0a61c1c85b1a9e7263e8e9d1b74c..070ee01a9a5565b3148ce760e8289bc1ab432c37 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010-2015 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -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.