|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A cleanup handler registered to run when a scope is exited due to an exception. More...
#include <except.h>
Public Attributes | |
| void(* | except_func )(void *) |
| void * | except_context |
A cleanup handler registered to run when a scope is exited due to an exception.
| void* except_cleanup::except_context |
Opaque context pointer passed to except_func
| void(* except_cleanup::except_func) (void *) |
Cleanup callback to invoke on scope exit