From: Bart Polot Date: Mon, 15 Jul 2013 12:56:16 +0000 (+0000) Subject: - use fitting data type X-Git-Tag: initial-import-from-subversion-38251~8261 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=494e4832ac3f3bcf65146e7ce1e6083c79bfb6a8;p=oweals%2Fgnunet.git - use fitting data type --- diff --git a/src/mesh/mesh_protocol.h b/src/mesh/mesh_protocol.h index 6067da908..3bec68796 100644 --- 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; };