commit | f9e05e5f2ae7bc8352a0744d4e4b5105b60e74a4 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Thu Mar 11 11:17:33 2010 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:53 2015 +0100 |
tree | 9494f4d2b84fa08b9a779e9ece9b04465572ce74 | |
parent | 034bd7fe705b03ea4025478650bd3d690bda923f [diff] [blame] |
[pim] Version up to 0.161
diff --git a/pimd/pim_main.c b/pimd/pim_main.c index 3cf1869..2efcbb8 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c
@@ -285,6 +285,12 @@ zlog_notice("PIM_UNEXPECTED_KERNEL_UPCALL: report unexpected kernel upcall"); #endif +#ifdef HAVE_CLOCK_MONOTONIC + zlog_notice("HAVE_CLOCK_MONOTONIC"); +#else + zlog_notice("!HAVE_CLOCK_MONOTONIC"); +#endif + /* Initialize zclient "update" and "lookup" sockets */