fixup debugPtr

This commit is contained in:
Michael Davidsaver
2017-11-14 17:13:29 -06:00
parent 7136098c3c
commit 187fe67ffa
2 changed files with 8 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ typedef epicsGuard<epicsMutex> Guard;
namespace epics {
namespace debug {
// joins together a group of ptr_base instances
// which all have the same dtor
struct tracker {
epicsMutex mutex;
ptr_base::ref_set_t refs;