mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
daemonc/remotecontrol.cpp: use time_monotonic_ms for zap_completion_timeout
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user