aboutsummaryrefslogtreecommitdiff
path: root/src/dv/dv.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-06-22 16:38:59 +0000
committerNathan S. Evans <evans@in.tum.de>2010-06-22 16:38:59 +0000
commit0a1e104265a6d8c773a6fb31ef3dc7605e65c750 (patch)
treea5f339ba00cf5e92e37dccb5021c4a436c493330 /src/dv/dv.h
parentd5b01c568df1eec766605aa5051e8bee254ae9ae (diff)
downloadgnunet-0a1e104265a6d8c773a6fb31ef3dc7605e65c750.tar.gz
gnunet-0a1e104265a6d8c773a6fb31ef3dc7605e65c750.zip
remove ugly ifdef for message tracking
Diffstat (limited to 'src/dv/dv.h')
-rw-r--r--src/dv/dv.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/dv/dv.h b/src/dv/dv.h
index 8f0de1825..28a56031e 100644
--- a/src/dv/dv.h
+++ b/src/dv/dv.h
@@ -229,17 +229,11 @@ typedef struct
229{ 229{
230 struct GNUNET_MessageHeader header; 230 struct GNUNET_MessageHeader header;
231 231
232#if DEBUG_DV_MESSAGES
233 /** 232 /**
234 * Unique ID for this message. 233 * Unique ID for this message. Will be zero unless
234 * message tracking is desired.
235 */ 235 */
236 uint32_t uid GNUNET_PACKED; 236 uint32_t uid GNUNET_PACKED;
237#else
238 /*
239 * Alignment.
240 */
241 uint32_t reserved GNUNET_PACKED;
242#endif
243 237
244 /** 238 /**
245 * Identity of peer that ultimately sent the message. 239 * Identity of peer that ultimately sent the message.