summaryrefslogtreecommitdiff
path: root/lib/hmapx.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-5/+3
| | | | | | | | This is a straight search-and-replace, except that I also removed #include <assert.h> from each file where there were no assert calls left. Signed-off-by: Ben Pfaff <blp@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>
* hmapx: New data structure.Ben Pfaff2011-05-041-0/+197