X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/540d72c3b0c580a78191cf0b5123c07e9e95d3b4..06816bdd4f3738c71a6bc698a1a487ef0c91efcc:/openssh/monitor.h diff --git a/openssh/monitor.h b/openssh/monitor.h index 705d86d..cfce700 100644 --- a/openssh/monitor.h +++ b/openssh/monitor.h @@ -63,6 +63,7 @@ enum monitor_reqtype { MONITOR_REQ_PAM_QUERY, MONITOR_ANS_PAM_QUERY, MONITOR_REQ_PAM_RESPOND, MONITOR_ANS_PAM_RESPOND, MONITOR_REQ_PAM_FREE_CTX, MONITOR_ANS_PAM_FREE_CTX, + MONITOR_REQ_AUDIT_EVENT, MONITOR_REQ_AUDIT_COMMAND, MONITOR_REQ_TERM };