Commit c479e3fd authored by Kees Cook's avatar Kees Cook

lkdtm: use struct arrays instead of enums

This removes the use of enums in favor of much more readable and compact
structure arrays. This requires changing all the enum passing to pointers
instead, but the results are much cleaner.
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
parent f2c6edc1
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment