summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/trxcon/scheduler.h')
-rw-r--r--src/host/trxcon/scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/trxcon/scheduler.h b/src/host/trxcon/scheduler.h
index f36c3b2b..6c3a2f20 100644
--- a/src/host/trxcon/scheduler.h
+++ b/src/host/trxcon/scheduler.h
@@ -21,7 +21,7 @@ struct trx_sched {
/*! \brief Clock state */
uint8_t state;
/*! \brief Local clock source */
- struct timeval clock;
+ struct timespec clock;
/*! \brief Count of processed frames */
uint32_t fn_counter_proc;
/*! \brief Local frame counter advance */