summaryrefslogtreecommitdiff
path: root/node/Switch.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-18 12:21:22 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-18 12:21:22 -0700
commit91fef21973a3590ce37d1c2b126c4b8246d2fb1b (patch)
treecce96cbbe83b6bff2a09987ab385c843c0d647d6 /node/Switch.cpp
parentdc0f3559be4825b61c3fcf51f3f870d23450264e (diff)
downloadinfinitytier-91fef21973a3590ce37d1c2b126c4b8246d2fb1b.tar.gz
infinitytier-91fef21973a3590ce37d1c2b126c4b8246d2fb1b.zip
More ripping out of old condition stuff.
Diffstat (limited to 'node/Switch.cpp')
-rw-r--r--node/Switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Switch.cpp b/node/Switch.cpp
index 329d592c..30160110 100644
--- a/node/Switch.cpp
+++ b/node/Switch.cpp
@@ -321,7 +321,7 @@ void Switch::contact(const SharedPtr<Peer> &peer,const InetAddress &atAddr)
// Kick main loop out of wait so that it can pick up this
// change to our scheduled timer tasks.
- _r->mainLoopWaitCondition.signal();
+ _r->sm->whack();
}
unsigned long Switch::doTimerTasks()