mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
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 <cwills@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
parent
2e6b80e4bc
commit
bcb0fa5a2a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user