libsmack: refactoring of label dictionary code
authorRafal Krypa <r.krypa@samsung.com>
Thu, 13 Feb 2014 13:07:00 +0000 (14:07 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Thu, 13 Feb 2014 16:13:50 +0000 (17:13 +0100)
commit288fc95f5d50a7a60cbeccc7198b875fd0859aab
treefdb28a7711d282758dd5eaf27af05a6451376e0f
parent584fd977efc4ea7b296545e3beebc06e563807e2
libsmack: refactoring of label dictionary code

Commit cd2ce11 introduced label dictionary, with hash table of labels
hidden behind an abstraction layer. This patch drops this layer and merges
the hash table with smack_accesses.
It will enable better handling of data, like storing and accessing
per-label data outside of dict_* functions.

Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
libsmack/libsmack.c