X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fstatistics%2Fstatistics.h;h=3aa59da9ddd119167b4eb2025302fe618fca8297;hb=f57cbab24fb7a22fc982eb8b6c4a2d18402be460;hp=14dd45d82fb573eac1bdd0a416e36a70a9fc000a;hpb=cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb;p=oweals%2Fgnunet.git diff --git a/src/statistics/statistics.h b/src/statistics/statistics.h index 14dd45d82..3aa59da9d 100644 --- a/src/statistics/statistics.h +++ b/src/statistics/statistics.h @@ -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 @@ -128,6 +129,6 @@ struct GNUNET_STATISTICS_WatchValueMessage uint64_t value GNUNET_PACKED; }; - +GNUNET_NETWORK_STRUCT_END #endif