Skip to content

v0.2.54..v0.2.55 changeset WayJoiner.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.h b/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.h
index 037d571..e971af2 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.h
@@ -99,7 +99,12 @@ protected:
   bool _leavePid;
   /** Pointer to the map to work on */
   OsmMapPtr _map;
+
   int _numJoined;
+  int _numProcessed;
+  int _totalWays;
+
+  int _taskStatusUpdateInterval;
 
 private:
 
Clone this wiki locally