From 956bcb9b1791ebd0a203439fda75c062c1af9e2b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 4 Oct 2017 21:36:47 +0200 Subject: [PATCH] Save lock source location. --- server/TracyView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 8af40151..74f3675d 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -158,6 +158,7 @@ View::View( FileRead& f ) LockMap lockmap; uint64_t id, tsz; f.Read( &id, sizeof( id ) ); + f.Read( &lockmap.srcloc, sizeof( lockmap.srcloc ) ); f.Read( &tsz, sizeof( tsz ) ); for( uint64_t i=0; i