commit | 23dd7bb09bd8d7efd8a602aed97b93d52f85e675 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Mon Sep 01 15:00:54 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Fri Sep 05 21:35:11 2008 -0700 |
tree | 74cdfb4e88896e6c902acab77a6e2d2417425bd2 | |
parent | 76369470b7e5f97fc1a8af83c45b9ff739b08cb6 [diff] |
hrtimer: convert net::sched_cbq 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 sched_cbq to these accessors. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>