commit | c479e3fd88703c4b1049d7102a3fa8c6b3affef5 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Jun 29 08:18:27 2016 -0700 |
committer | Kees Cook <keescook@chromium.org> | Thu Jul 07 11:09:27 2016 -0700 |
tree | 06dbd8a9379b925dc13ce9993d78f51554f9dbda | |
parent | f2c6edc1ed0674b196080cfc3f66bc130e4d7c18 [diff] |
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: Kees Cook <keescook@chromium.org>