Use more-or-equal (some machines are fast enough)
[oweals/gnunet.git] / src / statistics / statistics.h
index 75755092266bba59741c2bfb6ab573ce3d35823a..3aa59da9ddd119167b4eb2025302fe618fca8297 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -27,7 +27,8 @@
 
 #include "gnunet_common.h"
 
-#define DEBUG_STATISTICS GNUNET_NO
+
+GNUNET_NETWORK_STRUCT_BEGIN
 
 /**
  * Statistics message. Contains how long the system is up
@@ -110,9 +111,9 @@ struct GNUNET_STATISTICS_WatchValueMessage
 
   /**
    * Unique watch identification number (watch
-   * requests are enumerated in the order they 
-   * are received, the first request having 
-   * a wid of zero). 
+   * requests are enumerated in the order they
+   * are received, the first request having
+   * a wid of zero).
    */
   uint32_t wid GNUNET_PACKED;
 
@@ -128,6 +129,6 @@ struct GNUNET_STATISTICS_WatchValueMessage
   uint64_t value GNUNET_PACKED;
 
 };
-
+GNUNET_NETWORK_STRUCT_END
 
 #endif