memzap

replay memory writes
git clone git://git.2f30.org/memzap
Log | Files | Refs | README | LICENSE

commit 11a9746aba2741c68e2998d41ebc866a86948c3d
parent f4e8603d28528fe54269d299aefcdc0bfa932c61
Author: sin <sin@2f30.org>
Date:   Sun,  3 Mar 2013 17:32:48 +0000

proto.h: Update indentation

Diffstat:
Mproto.h | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/proto.h b/proto.h @@ -101,22 +101,22 @@ struct mem_tree_entry { RB_HEAD(mem_tree, mem_tree_entry); struct mdiff_hdr { - /* MDIFF */ - char magic[8]; - /* Number of memory diff regions */ - uint32_t nregions; + /* MDIFF */ + char magic[8]; + /* Number of memory diff regions */ + uint32_t nregions; /* Block size */ uint32_t blksize; }; struct mdiff_region { - /* Offset into memory where this region should - * be written to */ - uint32_t offset; - /* Length of this memory diff region */ + /* Offset into memory where this region should + * be written to */ + uint32_t offset; + /* Length of this memory diff region */ uint32_t len; - /* Actual data */ - char buf[]; + /* Actual data */ + char buf[]; }; /* Return the number of blocks in a buffer of `len' bytes */