summaryrefslogtreecommitdiff
path: root/lib/heap.c
Commit message (Collapse)AuthorAgeFilesLines
* heap: Change type of "priority" in "struct heap".Alex Wang2013-10-161-3/+3
| | | | | | | | | 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>
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
| | | | | | | | Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc. Feature #10593 Signed-off-by: Raju Subramanian <rsubramanian@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* heap: New library that implements a binary heap-based priority queue.Ben Pfaff2012-02-011-0/+216
Signed-off-by: Ben Pfaff <blp@nicira.com>