diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-02 14:25:23 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-02 14:25:23 -0400 |
| commit | 2a6b74746edbfde0b0f1468cdf153263670c908a (patch) | |
| tree | 3e09ca56f65ea69e2d41df0a9d25ffb880270820 /node/Thread.cpp | |
| parent | 741642ba531e487c18c8139c4a2e9510eed0466d (diff) | |
| download | infinitytier-2a6b74746edbfde0b0f1468cdf153263670c908a.tar.gz infinitytier-2a6b74746edbfde0b0f1468cdf153263670c908a.zip | |
Netconf service itself works, time to integrate.
Diffstat (limited to 'node/Thread.cpp')
| -rw-r--r-- | node/Thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Thread.cpp b/node/Thread.cpp index 71cfcaea..f650f6fc 100644 --- a/node/Thread.cpp +++ b/node/Thread.cpp @@ -75,7 +75,7 @@ void Thread::join() void Thread::sleep(unsigned long ms)
{
- usleep(ms);
+ usleep(ms * 1000);
}
void Thread::__intl_run()
|
