summaryrefslogtreecommitdiff
path: root/lib/heap.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid uninitialized variable warnings with OBJECT_OFFSETOF() in MSVC.Gurucharan Shetty2014-09-121-1/+1
* heap: Change type of "priority" in "struct heap".Alex Wang2013-10-161-6/+6
* clang: Fix the "expression result unused" warning.Alex Wang2013-07-221-3/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* heap: New library that implements a binary heap-based priority queue.Ben Pfaff2012-02-011-0/+163