diff options
| author | tpashkin <[email protected]> | 2022-02-10 16:46:41 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:41 +0300 |
| commit | 5475379a04e37df30085bd1724f1c57e3f40996f (patch) | |
| tree | 95d77e29785a3bd5be6260b1c9d226a551376ecf /library/cpp/lwtrace/trace.cpp | |
| parent | c3d34b9b40eb534dfd2c549342274f3d61844688 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lwtrace/trace.cpp')
| -rw-r--r-- | library/cpp/lwtrace/trace.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/lwtrace/trace.cpp b/library/cpp/lwtrace/trace.cpp index 3c974c85a01..defcbfa4341 100644 --- a/library/cpp/lwtrace/trace.cpp +++ b/library/cpp/lwtrace/trace.cpp @@ -631,9 +631,9 @@ namespace NLWTrace { } } else if (action.HasRunLogShuttleAction()) { if (Query.GetLogDurationUs()) { - actExec.Reset(new TRunLogShuttleActionExecutor<TDurationDepot>(TraceIdx, action.GetRunLogShuttleAction(), &DurationDepot, &LastTrackId, &LastSpanId)); + actExec.Reset(new TRunLogShuttleActionExecutor<TDurationDepot>(TraceIdx, action.GetRunLogShuttleAction(), &DurationDepot, &LastTrackId, &LastSpanId)); } else { - actExec.Reset(new TRunLogShuttleActionExecutor<TCyclicDepot>(TraceIdx, action.GetRunLogShuttleAction(), &CyclicDepot, &LastTrackId, &LastSpanId)); + actExec.Reset(new TRunLogShuttleActionExecutor<TCyclicDepot>(TraceIdx, action.GetRunLogShuttleAction(), &CyclicDepot, &LastTrackId, &LastSpanId)); } } else if (action.HasEditLogShuttleAction()) { if (Query.GetLogDurationUs()) { @@ -863,7 +863,7 @@ namespace NLWTrace { , CyclicDepot(query.GetPerThreadLogSize() ? query.GetPerThreadLogSize() : 1000) , DurationDepot(StoreDuration) , LastTrackId(0) - , LastSpanId(0) + , LastSpanId(0) , Attached(true) , Query(query) { @@ -993,7 +993,7 @@ namespace NLWTrace { TManager::TManager(TProbeRegistry& registry, bool allowDestructiveActions) : Registry(registry) , DestructiveActionsAllowed(allowDestructiveActions) - , SerializingExecutor(new TRunLogShuttleActionExecutor<TCyclicDepot>(0, {}, nullptr, nullptr, nullptr)) + , SerializingExecutor(new TRunLogShuttleActionExecutor<TCyclicDepot>(0, {}, nullptr, nullptr, nullptr)) { } |
