util: Helper to create sets and hashes with pointer keys
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Tue, 11 Sep 2018 23:37:33 +0000 (16:37 -0700)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Mon, 14 Jan 2019 18:49:21 +0000 (10:49 -0800)
commitee23e8b17c77fa94320168427fb8a10a84b50e94
treec216f0b3ac903d31ff930683dcf9060ac0cad4f5
parent929df7afafb546d8af538085ff165cc62fdcb813
util: Helper to create sets and hashes with pointer keys

These combinations are common enough and deserve a shortcut.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Acked-by: Eric Engestrom <eric@engestrom.ch>
src/util/hash_table.c
src/util/hash_table.h
src/util/set.c
src/util/set.h