diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database.h b/src/database.h index 2231410..742885d 100644 --- a/src/database.h +++ b/src/database.h @@ -30,7 +30,7 @@ * Anything other than IN is probably never needed, but easier to do now than later. * * Data format in tree void* - * 0 4 6 2+len + * 0 4 6 6+len * | ttl | len | data ... | * ttl: uint32_t * len: uint16_t |