commit | 9736e55b78dc49b7f3a265932ab32ed360f633e4 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Nov 11 14:42:43 2013 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 10 12:29:56 2013 +0200 |
tree | 4e57c917946794cab0b0fb6a842acce9f4000b09 | |
parent | 03f4995781a64e106e6f73864a1e9c4163dac53b [diff] |
exec: replace leaf with skip In preparation for dynamic radix tree depth support, rename is_leaf field to skip, telling us how many bits to skip to next level. Set to 0 for leaf. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>