Hi all, I would like to use boost mutex with TimedLock concept but I ran into the boost::xtime type. The problem is that I can not understand the second parameter of the method: int xtime_get(xtime*, int) In the doc I can not find anything, can someone help me? Thanks a lot, Luca
A look into the code reveals, that the int is the clocktype. The value
boost::TIME_UTC is the only useful setting. Just use it.
Christian
On 8/13/05, Luca Zappella
Hi all, I would like to use boost mutex with TimedLock concept but I ran into the boost::xtime type. The problem is that I can not understand the second parameter of the method: int xtime_get(xtime*, int)
In the doc I can not find anything, can someone help me?
Thanks a lot, Luca
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Christian Henning
-
Luca Zappella