$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] asio::deadline_timer::expires_at problem when systemtime changes
From: Jeff Gray (jeffg_at_[hidden])
Date: 2008-12-08 22:37:55
raindog_at_[hidden] wrote:
> Does your platform have anything that enables you to retrieve some value that represents ms elapsed since startup?
It is Linux based, and I believe there is a POSIX call to get that.But
this is outside Boost and I was hoping to implement the solution in a
portable manner as the application may be ported to other OSs later.
I haven't seen a Boost time call that gets this information.
Jeff