tolerate additional IPv4 address now available for gnunet.org
[oweals/gnunet.git] / src / util / benchmark.h
index 36f57febe33e551136f33694e1a8df320f08e5e2..4148ac6555b521f9c1cd00ef74fe1608aa2197f8 100644 (file)
@@ -75,6 +75,16 @@ struct UrlRequestData
    */
   uint64_t count;
 
+  /**
+   * How many bytes were sent in total to request the URL.
+   */
+  uint64_t bytes_sent;
+
+  /**
+   * How many bytes were received in total as response to requesting this URL.
+   */
+  uint64_t bytes_received;
+
   /**
    * Total time spent requesting this URL.
    */