(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.

This commit is contained in:
frosch
2015-03-07 18:27:01 +00:00
parent 163ab9fd56
commit a14b836bf2
11 changed files with 48 additions and 36 deletions

View File

@@ -343,6 +343,8 @@ public:
*/
class Path {
public:
static Path *invalid_path;
Path(NodeID n, bool source = false);
/** Get the node this leg passes. */