From 8be6916ef54f9952b099276d63ef1ebe4b88d4d6 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 26 Feb 2012 17:51:46 +0000 Subject: -block compiles and added to makefile --- src/include/block_gns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/block_gns.h') diff --git a/src/include/block_gns.h b/src/include/block_gns.h index 99f019a11..4514acf6b 100644 --- a/src/include/block_gns.h +++ b/src/include/block_gns.h @@ -56,7 +56,7 @@ struct GNSRecordBlock //Class of the record? /* followed by the record data */ -} +}; /** * @brief a record block for a given name of a single authority @@ -80,7 +80,7 @@ struct GNSNameRecordBlock struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded public_key; /* number of records that follow */ - uint32_t rd_num GNUNET_PACKED; + uint32_t rd_count GNUNET_PACKED; /* 0-terminated name here */ -- cgit v1.2.3