daemonc/remotecontrol.cpp: use time_monotonic_ms for zap_completion_timeout

Origin commit data
------------------
Branch: ni/coolstream
Commit: b0f20009be
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-27 (Mon, 27 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-02-27 19:28:01 +04:00
parent 65fddf13e8
commit d751d21075
3 changed files with 4 additions and 13 deletions

View File

@@ -532,14 +532,6 @@ std::string CNetAdapter::getMacAddr(void)
}
}
uint64_t getcurrenttime()
{
struct timeval tv;
gettimeofday( &tv, NULL );
return (uint64_t) tv.tv_usec + (uint64_t)((uint64_t) tv.tv_sec * (uint64_t) 1000000);
}
bool CTZChangeNotifier::changeNotify(const neutrino_locale_t, void * Data)
{
bool found = false;