X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTimeSource.hh;h=ed2c4900acc7aae4aa9f2203a41818b1ba140d55;hb=4e2b741f18b63e97ab4eef30fcee1dec999541be;hp=f88bb3bbd94f3f9c78d69952c4cdfcc0297d9b68;hpb=456ee576285b76aa46240f8001f426757810dcc1;p=senf.git diff --git a/Utils/Logger/TimeSource.hh b/Utils/Logger/TimeSource.hh index f88bb3b..ed2c490 100644 --- a/Utils/Logger/TimeSource.hh +++ b/Utils/Logger/TimeSource.hh @@ -29,6 +29,7 @@ // Custom includes #include #include +#include "../../Scheduler/ClockService.hh" //#include "TimeSource.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -36,7 +37,7 @@ namespace senf { namespace log { - typedef boost::int_fast64_t time_type; + typedef ClockService::clock_type time_type; /** \brief Log message time source abstract base class