aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-11-11 14:45:54 +0000
committerlloyd <[email protected]>2011-11-11 14:45:54 +0000
commit3c0fd408f50d9b4995b4d189331de8b58f204926 (patch)
treebe97b8b5324eb3d3c68bf266e1f58e37933efea6 /doc
parent8f590236f5f9bde3044fce715b69aac33e4a447a (diff)
Poll clock_gettime in High_Resolution_Timestamp::poll with whatever
clock types we know about that have macros defined for them.
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 696fa4ac9..d82f47157 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -16,6 +16,9 @@ Version 1.10.2, Not Yet Released
replace will allow running it under Python 2.5::
perl -pi -e 's/except (.*) as (.*):/except $1, $2:/g' configure.py
+* If clock_gettime is available on the system, poll all available
+ clock types in the hres_timer poll.
+
* Add AltiVec detection for IBM POWER7 processors.
* Don't set a soname on OpenBSD, as it doesn't support it (PR 158)