$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost.asio 1.47] : changing host time
From: Mathieu Peyréga (mathieu.peyrega_at_[hidden])
Date: 2011-08-08 11:26:32
Hello,
I would like to know if there are any implications with the fact of
having a call to settimeofday in order to change the system time while
using boost asio (asynchronous timers).
The point of calling settimeofday (software is running on a linux box
with super user privileges) is to synchronize the system clock with a
GPS receiver clock at some point while the io service is already running.
Best regards,
Mathieu Peyréga