diff options
author | Everton Marques <everton.marques@gmail.com> | 2010-03-11 11:17:33 -0300 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:07:53 +0100 |
commit | f9e05e5f2ae7bc8352a0744d4e4b5105b60e74a4 (patch) | |
tree | 9494f4d2b84fa08b9a779e9ece9b04465572ce74 /pimd/pim_main.c | |
parent | 034bd7fe705b03ea4025478650bd3d690bda923f (diff) | |
download | quagga-f9e05e5f2ae7bc8352a0744d4e4b5105b60e74a4.tar.bz2 quagga-f9e05e5f2ae7bc8352a0744d4e4b5105b60e74a4.tar.xz |
[pim] Version up to 0.161
Diffstat (limited to 'pimd/pim_main.c')
-rw-r--r-- | pimd/pim_main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c index 3cf1869c..2efcbb8c 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -285,6 +285,12 @@ Hello, this is " QUAGGA_PROGNAME " " QUAGGA_VERSION " " PIMD_PROGNAME " " PIMD_V 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 */ |