Skip to content

Commit

Permalink
HPCC-32928 Changes following review: change type of startCycles
Browse files Browse the repository at this point in the history
Signed-off-by: Shamser Ahmed <[email protected]>
  • Loading branch information
shamser committed Nov 6, 2024
1 parent 2f53ee1 commit 7a1eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thorlcr/graph/thgraphslave.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ class graphslave_decl CThorStrandedActivity : public CSlaveActivity
Owned<IStrandJunction> splitter;
Owned<IStrandJunction> sourceJunction; // A junction applied to the output of a source activity
std::atomic<unsigned> active;
stat_type startCycles = 0;
unsigned __int64 startCycles = 0;
protected:
void onStartStrands();
public:
Expand Down

0 comments on commit 7a1eae2

Please sign in to comment.