Re: [devel] [PATCH 1/1] base: Add osaf_get_boot_time and osaf_timespec_average functions [#2535]

2017-08-04 Thread A V Mahesh
Hi Anders, ACK not tested. -AVM On 7/28/2017 1:45 PM, Anders Widell wrote: The osaf_get_boot_time function returns the time stamp when the node was booted. The osaf_timespec_average function returns the average of two time stamps. --- src/base/Makefile.am | 12 ++-

[devel] [PATCH 1/1] base: Add osaf_get_boot_time and osaf_timespec_average functions [#2535]

2017-07-28 Thread Anders Widell
The osaf_get_boot_time function returns the time stamp when the node was booted. The osaf_timespec_average function returns the average of two time stamps. --- src/base/Makefile.am | 12 ++- src/base/osaf_time.c | 24 + src/base/osaf_time.h