summaryrefslogtreecommitdiff
path: root/lib/smap.h
Commit message (Expand)AuthorAgeFilesLines
* smap: bsd: Fix compilation error.Pravin B Shelar2016-03-101-0/+1
* hmap: Add extra build-time iteration checks for types derived from hmap.Ben Pfaff2016-02-191-6/+12
* lib: add ipv6 helper functions for tnl_configJiri Benc2015-11-101-0/+1
* smap: New macro SMAP_CONST1 for initializing immutable 1-member smaps.Ben Pfaff2015-09-081-0/+19
* smap: New function smap_get_uuid().Ben Pfaff2015-08-031-1/+3
* smap: Add smap_equal().Russell Bryant2015-07-311-0/+2
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* smap: New function smap_add_nocopy().Ben Pfaff2014-07-171-1/+2
* system-stats: Use "smap" instead of "shash".Ben Pfaff2012-07-181-1/+1
* smap: New function smap_steal().Ben Pfaff2012-07-181-1/+2
* smap: New functions smap_from_json(), smap_to_json().Ben Pfaff2012-07-181-0/+5
* lib: Minor const tweak in smap library.Ethan Jackson2012-06-191-1/+1
* lib: New data structure - smap.Ethan Jackson2012-06-141-0/+63