buffer.h: comment

This commit is contained in:
Heinz Mauelshagen 2013-01-23 13:39:23 +01:00
parent eed2dfdc38
commit 5f336e4b41

View File

@ -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.