mirror of
https://github.com/CPunch/Laika.git
synced 2026-02-01 22:30:04 +00:00
Moved vendor sources to lib/vendor
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
long getTime() {
|
||||
struct timespec ts;
|
||||
timespec_get(&ts, TIME_UTC);
|
||||
return ts.tv_sec*1000 + ts.tv_nsec/1000000; /* convert nanoseconds to milliseconds */
|
||||
return ts.tv_sec*1000 + ts.tv_nsec/1000000; /* convert time (seconds & nanoseconds) to milliseconds */
|
||||
}
|
||||
|
||||
void laikaT_initTaskService(struct sLaika_taskService *service) {
|
||||
|
||||
Reference in New Issue
Block a user