aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_bandwidth_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_bandwidth_lib.h')
-rw-r--r--src/include/gnunet_bandwidth_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_bandwidth_lib.h b/src/include/gnunet_bandwidth_lib.h
index 75f71b32c..fabe47bea 100644
--- a/src/include/gnunet_bandwidth_lib.h
+++ b/src/include/gnunet_bandwidth_lib.h
@@ -38,6 +38,8 @@ extern "C"
38#include "gnunet_common.h" 38#include "gnunet_common.h"
39#include "gnunet_time_lib.h" 39#include "gnunet_time_lib.h"
40 40
41GNUNET_NETWORK_STRUCT_BEGIN
42
41/** 43/**
42 * 32-bit bandwidth used for network exchange by GNUnet, in bytes per second. 44 * 32-bit bandwidth used for network exchange by GNUnet, in bytes per second.
43 */ 45 */
@@ -48,7 +50,7 @@ struct GNUNET_BANDWIDTH_Value32NBO
48 */ 50 */
49 uint32_t value__ GNUNET_PACKED; 51 uint32_t value__ GNUNET_PACKED;
50}; 52};
51 53GNUNET_NETWORK_STRUCT_END
52 54
53/** 55/**
54 * Struct to track available bandwidth. Combines a time stamp with a 56 * Struct to track available bandwidth. Combines a time stamp with a