Skip to content

Commit

Permalink
Changes following review
Browse files Browse the repository at this point in the history
Signed-off-by: Shamser Ahmed <[email protected]>
  • Loading branch information
shamser committed Sep 22, 2023
1 parent cdfe748 commit 357b21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/thorhelper/thorcommon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ class THORHELPER_API IndirectCodeContext : implements ICodeContext
class CStatsContextLogger : public CSimpleInterfaceOf<IContextLogger>
{
protected:
const LogMsgJobInfo & job;
const LogMsgJobInfo job;
unsigned traceLevel = 1;
LogTrace logTrace;
mutable CRuntimeStatisticCollection stats;
Expand Down
3 changes: 1 addition & 2 deletions system/jlib/jstats.h
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ extern const jlib_decl StatisticsMapping diskLocalStatistics;
extern const jlib_decl StatisticsMapping diskRemoteStatistics;
extern const jlib_decl StatisticsMapping diskReadRemoteStatistics;
extern const jlib_decl StatisticsMapping diskWriteRemoteStatistics;
extern const jlib_decl StatisticsMapping jhtreeCacheStatistics;

//---------------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -943,6 +944,4 @@ class jlib_decl RuntimeStatisticTarget : implements IStatisticTarget
extern jlib_decl StringBuffer & formatMoney(StringBuffer &out, unsigned __int64 value);
extern jlib_decl stat_type aggregateStatistic(StatisticKind kind, IStatisticCollection * statsCollection);

extern jlib_decl const StatisticsMapping jhtreeCacheStatistics;

#endif

0 comments on commit 357b21f

Please sign in to comment.