Netconf service itself works, time to integrate.

This commit is contained in:
Adam Ierymenko 2013-08-02 14:25:23 -04:00
parent 741642ba53
commit 2a6b74746e
6 changed files with 107 additions and 51 deletions

View file

@ -75,7 +75,7 @@ void Thread::join()
void Thread::sleep(unsigned long ms)
{
usleep(ms);
usleep(ms * 1000);
}
void Thread::__intl_run()