« Previous | Next » 

Revision bb89c2e9

IDbb89c2e901b1a0c1cb6b94392cae1f98e6660ed7

Added by Luiz Capitulino about 14 years ago

Monitor: Audit handler return

This commit verifies the following two rules specified by
Markus Armbruster:

1. If the handler returns failure, it must have passed an error.

If it didn't, it's broken. Report an internal error to the client,
and report the bug to the programmer.

2. If the handler returns success, it must not have passed an error.

If it did, it's broken. Report the error to the client, and report
the bug to the programmer.

Signed-off-by: Luiz Capitulino <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences