summaryrefslogtreecommitdiffstats
path: root/aclk/aclk_query_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'aclk/aclk_query_queue.c')
-rw-r--r--aclk/aclk_query_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclk/aclk_query_queue.c b/aclk/aclk_query_queue.c
index e7cad5de..78a906d9 100644
--- a/aclk/aclk_query_queue.c
+++ b/aclk/aclk_query_queue.c
@@ -20,7 +20,7 @@ static struct aclk_query_queue {
static inline int _aclk_queue_query(aclk_query_t query)
{
- now_realtime_timeval(&query->created_tv);
+ now_monotonic_high_precision_timeval(&query->created_tv);
query->created = now_realtime_usec();
ACLK_QUEUE_LOCK;