commit | 76369470b7e5f97fc1a8af83c45b9ff739b08cb6 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Mon Sep 01 15:00:14 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Fri Sep 05 21:35:09 2008 -0700 |
tree | 19075ef47c947b15485a4832489a6d186e39ac85 | |
parent | beb20d52d03a51218827fb4a36a4b583debb03f9 [diff] |
hrtimer: convert timerfd to the new hrtimer apis In order to be able to do range hrtimers we need to use accessor functions to the "expire" member of the hrtimer struct. This patch converts timerfd to these accessors. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>