]> git.ozlabs.org Git - ccan/commit
htable: HTABLE_INITIALIZER() for static initialization.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Sep 2011 06:28:41 +0000 (15:58 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Sep 2011 06:28:41 +0000 (15:58 +0930)
commit60cc720d0797fc49325437ea36a9ffd909c75ed0
treefc72148246b34df4fab4d1481135c61d1d065021
parent0c3590dc33d644f73bb8587db454c491830aaf26
htable: HTABLE_INITIALIZER() for static initialization.

Unfortunately it's a bit of a pain to use for typed hashtables, but it
works.
ccan/htable/htable.c
ccan/htable/htable.h
ccan/htable/htable_type.h