From 5f336e4b41cceda0ea3d89c86a54f0b4e7ede613 Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Wed, 23 Jan 2013 13:39:23 +0100 Subject: [PATCH] buffer.h: comment --- persistent-data/buffer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/persistent-data/buffer.h b/persistent-data/buffer.h index 437f412..720b4cf 100644 --- a/persistent-data/buffer.h +++ b/persistent-data/buffer.h @@ -32,6 +32,7 @@ //---------------------------------------------------------------- namespace persistent_data { + // Joe has buffer<> in other parts of the code, so... uint32_t const DEFAULT_BUFFER_SIZE = 4096; // Allocate buffer of Size with Alignment imposed.