(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
This commit is contained in:
@@ -343,6 +343,8 @@ public:
|
||||
*/
|
||||
class Path {
|
||||
public:
|
||||
static Path *invalid_path;
|
||||
|
||||
Path(NodeID n, bool source = false);
|
||||
|
||||
/** Get the node this leg passes. */
|
||||
|
Reference in New Issue
Block a user