audit: clean up AUDIT_GET/SET local variables and future-proof API
authorRichard Guy Briggs <rgb@redhat.com>
Wed, 18 Sep 2013 13:32:24 +0000 (09:32 -0400)
committerEric Paris <eparis@redhat.com>
Tue, 14 Jan 2014 03:28:39 +0000 (22:28 -0500)
Re-named confusing local variable names (status_set and status_get didn't agree
with their command type name) and reduced their scope.

Future-proof API changes by not depending on the exact size of the audit_status
struct and by adding an API version field.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>

No differences found