Add dictionary for labels
authorJan Cybulski <j.cybulski@samsung.com>
Tue, 3 Dec 2013 08:43:41 +0000 (09:43 +0100)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 18 Dec 2013 19:06:57 +0000 (21:06 +0200)
commitcd2ce1119d31ce04da6fe06f46ddc9436efdb66f
tree1ad3e61b3c0ce3778dce65ce6617bcf96f2841e7
parent3700a074dc1c80ca185a35657843f9b278130223
Add dictionary for labels

Add dictionary for labels to avoid memory allocation
for the same label for multilple times.
Dictionary is common to all labels in a single rules set.
Each rule only keeps ids of labels in a dictionary
instead of whole label as a string.

Signed-off-by: Jan Cybulski <j.cybulski@samsung.com>
libsmack/libsmack.c