snapshot: separate struct SnapShot naming
authorBrian Norris <banorris@uci.edu>
Thu, 3 Jan 2013 02:45:25 +0000 (18:45 -0800)
committerBrian Norris <banorris@uci.edu>
Thu, 3 Jan 2013 03:12:03 +0000 (19:12 -0800)
commit2ada1a461101f16a0be8ba75200c8ae4f9ff9d84
tree8e7c705bc3d3375404d1ad6c70cab9d643ee3047
parentec0013257367b2aa67ec1b6e674774c5698882a8
snapshot: separate struct SnapShot naming

The "struct SnapShot snapshotrecord;" structure is very uninformative in
naming and is distinctly different for mprotect-based and fork-based
snapshotting. This renames the struct in order to more clearly separate
its usage in the different implementations.
snapshot.cc