From: Rusty Russell Date: Wed, 31 Aug 2011 04:26:15 +0000 (+0930) Subject: tdb2: save open_flags instead of mmap_flags. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=6b7c3c840eafbec211b9f58751c5ff754302a68e;hp=6b7c3c840eafbec211b9f58751c5ff754302a68e tdb2: save open_flags instead of mmap_flags. It's more consistent with what tdb1 does, and slightly more encapsulated. ---