]> git.proxmox.com Git - mirror_frr.git/commit
lib: use DECLARE_HASH for qobj hash
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 31 Jan 2019 00:27:02 +0000 (01:27 +0100)
committerDavid Lamparter <equinox@diac24.net>
Sat, 27 Apr 2019 17:33:45 +0000 (19:33 +0200)
commit679b1649cb98040e1b6ec9cf0089d005740a2b6d
treee970d47bd17bc01e7314cf36d1699fea930883b8
parent992f9967db14b18ee0eb5a4a104f17ab1dfb2d41
lib: use DECLARE_HASH for qobj hash

This changes the qobj node ID hash to use the new typed hash instead of
the old hash_* code.

Signed-off-by: David Lamparter <equinox@diac24.net>
lib/qobj.c
lib/qobj.h