From bcb0fa5a2a4de4113d06f8d4987756bf45e6ef94 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Thu, 27 Apr 2023 15:50:21 -0400 Subject: [PATCH] audit: Update comments Some of the comments refer to names from an earlier implementation. Update them to match the current implementation. No functional change is incurred by this commit. Change-Id: I9d16477abbfceceaf6b79d6781542d9c6df3468f Reviewed-on: https://gerrit.openafs.org/15414 Reviewed-by: Cheyenne Wills Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk --- src/audit/audit.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/audit/audit.c b/src/audit/audit.c index 53d7603cc2..0fe7d1b92d 100644 --- a/src/audit/audit.c +++ b/src/audit/audit.c @@ -62,14 +62,15 @@ static int default_interface = 0; /* Set default to the file interface */ * Audit interface calling sequence: * osi_audit_interface - sets the default audit interface * osi_audit_file - * create_instance - Called during command arg processing (-auditlog) + * create_interface - Called during command arg processing (-auditlog) * open_file - Called during command arg processing (-auditlog) - * osi_audit_open_interface + * osi_audit_open * open_interface - Called after thread environment has been established - * osi_audit_close_interface - * close_interface - Called during main process shutdown * osi_audit * send_msg - Called during audit events + * osi_audit_close + * close_interface - Called during main process shutdown + */ struct audit_log { struct opr_queue link;