gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 494e4832ac3f3bcf65146e7ce1e6083c79bfb6a8
parent fc3f4c3fd168334d80167ab229d3e8e5841a4388
Author: Bart Polot <bart@net.in.tum.de>
Date:   Mon, 15 Jul 2013 12:56:16 +0000

- use fitting data type

Diffstat:
Msrc/mesh/mesh_protocol.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesh/mesh_protocol.h b/src/mesh/mesh_protocol.h @@ -169,9 +169,9 @@ struct GNUNET_MESH_DataACK /** * Bitfield of already-received newer messages // TODO implement and use * pid + 1 @ LSB - * pid + 32 @ MSB + * pid + 64 @ MSB */ - uint32_t futures GNUNET_PACKED; + uint64_t futures GNUNET_PACKED; };