commit | 3b96b78136d04ddb7e39d86577cad75acb25237a | [log] [tgz] |
---|---|---|
author | Hasso Tepper <hasso.tepper@gmail.com> | Thu Oct 11 11:31:54 2012 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Mon Nov 05 15:16:53 2012 -0500 |
tree | a056f89d771aa6706816b0b8507fc4b44028d865 | |
parent | 43057bf22a4240b5e163c30a1f66deb702ce746e [diff] |
lib: Implement monotonically increasing clock for Darwin. There is no Posix CLOCK_MONOTONIC in Darwin, but monotonically increasing clock can be implemented using mach_absolute_time(). Signed-off-by: David Lamparter <equinox@opensourcerouting.org>