INN commit: trunk/storage/tradindexed (tdx-structure.h)
INN Commit
rra at isc.org
Thu May 14 13:19:07 UTC 2015
Date: Thursday, May 14, 2015 @ 06:19:07
Author: iulius
Revision: 9857
Document the meaning of TDX_MAGIC (~(0xf1f0f33d)): "fifo feed".
Modified:
trunk/storage/tradindexed/tdx-structure.h
-----------------+
tdx-structure.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: tdx-structure.h
===================================================================
--- tdx-structure.h 2015-05-14 13:15:11 UTC (rev 9856)
+++ tdx-structure.h 2015-05-14 13:19:07 UTC (rev 9857)
@@ -69,7 +69,8 @@
#define TDX_HASH_SIZE (16 * 1024)
/* A magic number for the group.index file so that we can later change the
- format in a backward-compatible fashion. */
+ format in a backward-compatible fashion.
+ This magic number stands for "fifo feed". */
#define TDX_MAGIC (~(0xf1f0f33d))
/* The header at the top of group.index. magic contains GROUPHEADERMAGIC
More information about the inn-committers
mailing list