author | Florian Forster <octo@collectd.org> | |
Wed, 15 Jul 2015 08:30:25 +0000 (10:30 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 15 Jul 2015 08:30:25 +0000 (10:30 +0200) | ||
commit | c0327159ebbb952630deadc712dcc0c988456987 | |
tree | 584b3215c5046745219c0ddac8d53ceb4ad5a5c2 | tree | snapshot |
parent | 95e71d0a6659875380fdb5d2c8c75d18d8e1692c | commit | diff |
src/utils_latency_test.c: Assure that large latency values also work.
The cdtime_t representation of 99s doesn't fit into 32bit anymore, thereby
assuring that cdtime_t is actually 64bit on platforms that currently
don't pass the test, i.e. EPEL {5,6} on i386.
Issue: #1139
The cdtime_t representation of 99s doesn't fit into 32bit anymore, thereby
assuring that cdtime_t is actually 64bit on platforms that currently
don't pass the test, i.e. EPEL {5,6} on i386.
Issue: #1139
src/utils_latency_test.c | diff | blob | history |