Persist objects to files with mmap.
commit500c2ad130d7eac395a732e13bc038dc0c87db8b
authorDavid Barr <david.barr@cordelta.com>
Thu, 3 Jun 2010 11:45:15 +0000 (3 21:45 +1000)
committerDavid Barr <david.barr@cordelta.com>
Thu, 3 Jun 2010 11:45:21 +0000 (3 21:45 +1000)
treea49a4dab8b1859a0fd00862b71865272d886fd1e
parent9cdd6a4ad299733edf3e80d2d800f4767b51846f
Persist objects to files with mmap.

Rewrote obj_pool.h to enable objects to be transparently
persisted to file storage. This is important to be able
to support incremental dumps.

Signed-off-by: David Barr <david.barr@cordelta.com>
obj_pool.h