heap: Change type of "priority" in "struct heap".
authorAlex Wang <alexw@nicira.com>
Wed, 16 Oct 2013 03:32:31 +0000 (03:32 +0000)
committerEthan Jackson <ethan@nicira.com>
Thu, 17 Oct 2013 01:08:05 +0000 (18:08 -0700)
commit1a29a798ac5f8b903b8cb552038f31288020b0c1
tree5618eb1c29901203764761d6024205a3d567fbf4
parente441a806a0387487080ca16176ffdee7a75b3d1e
heap: Change type of "priority" in "struct heap".

This commit changes the variable type of priority in "struct heap"
from uint32_t to uint64_t.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/heap.c
lib/heap.h