Netconf service itself works, time to integrate.
This commit is contained in:
parent
741642ba53
commit
2a6b74746e
6 changed files with 107 additions and 51 deletions
|
@ -75,7 +75,7 @@ void Thread::join()
|
|||
|
||||
void Thread::sleep(unsigned long ms)
|
||||
{
|
||||
usleep(ms);
|
||||
usleep(ms * 1000);
|
||||
}
|
||||
|
||||
void Thread::__intl_run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue