Re: [Xen-devel] [PATCH v4 2/7] add current_time function to time manager
On Tue, Apr 10, 2018 at 09:16:56PM +0200, Paul Semel wrote: > this function returns the "epoch" time > > Signed-off-by: Paul Semel > --- > > Notes: > v4: > - new patch version > > common/time.c | 39 +++ > include/xtf/time.h | 5 + > 2 file
[Xen-devel] [PATCH v4 2/7] add current_time function to time manager
this function returns the "epoch" time Signed-off-by: Paul Semel --- Notes: v4: - new patch version common/time.c | 39 +++ include/xtf/time.h | 5 + 2 files changed, 44 insertions(+) diff --git a/common/time.c b/common/time.c index 79abc7