aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_gns.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-26 17:51:46 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-26 17:51:46 +0000
commit8be6916ef54f9952b099276d63ef1ebe4b88d4d6 (patch)
tree8726543afbca1a3937223b91e74cb613c400b11f /src/include/block_gns.h
parentf897fb93d7c425eecd1611a06280bff508257f72 (diff)
downloadgnunet-8be6916ef54f9952b099276d63ef1ebe4b88d4d6.tar.gz
gnunet-8be6916ef54f9952b099276d63ef1ebe4b88d4d6.zip
-block compiles and added to makefile
Diffstat (limited to 'src/include/block_gns.h')
-rw-r--r--src/include/block_gns.h4
1 files changed, 2 insertions, 2 deletions
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
56 //Class of the record? 56 //Class of the record?
57 57
58 /* followed by the record data */ 58 /* followed by the record data */
59} 59};
60 60
61/** 61/**
62 * @brief a record block for a given name of a single authority 62 * @brief a record block for a given name of a single authority
@@ -80,7 +80,7 @@ struct GNSNameRecordBlock
80 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded public_key; 80 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded public_key;
81 81
82 /* number of records that follow */ 82 /* number of records that follow */
83 uint32_t rd_num GNUNET_PACKED; 83 uint32_t rd_count GNUNET_PACKED;
84 84
85 /* 0-terminated name here */ 85 /* 0-terminated name here */
86 86