GlaveSnapshot Layer: Initial code which is basically a copy of the ObjectTracker...
authorPeter Lohrmann <peterl@valvesoftware.com>
Tue, 24 Mar 2015 23:14:01 +0000 (16:14 -0700)
committerPeter Lohrmann <peterl@valvesoftware.com>
Tue, 24 Mar 2015 23:17:58 +0000 (16:17 -0700)
commit1ff1ea38635700ffc2dd30f28b1d3dd78147457e
treeda6b80ee9bea907353da43458b5e354124b11e24
parent4a9ae0869c5171154ac1f061521472517bf9b498
GlaveSnapshot Layer: Initial code which is basically a copy of the ObjectTracker layer.

* Using the ObjectTracker since it already keeps track of the objects being created and destroyed. This is a huge benefit to have as a starting point for the snapshots!
* I've made a few minor changes to ensure the layer gets enabled and the output messages are using a different tag so they can be distinguished from the ObjectTracker.
* Added the new layer to CMakeLists.
layers/CMakeLists.txt
layers/glave_snapshot.c [new file with mode: 0644]
layers/glave_snapshot.h [new file with mode: 0644]