You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* \param HandlerFunc User defined hook function. Set NULL to delete/clear an entry.
* \param HandlerFunc User defined hook function. Set NULL to delete/clear an entry.
* \param UserObj Arbitrary user data object to pass to the hook function
Also it would be nice to clarify--if I set hooks for a function and set a handler, are the hooks called, then the handler? It seems to be the case but would be nice to make explicit.
Describe the bug
The documentation in the comments above
UT_SetHandlerFunction()
incorrectly describe the parameters as hook parameters.osal/ut_assert/inc/utstubs.h
Line 325 in a201177
Also it would be nice to clarify--if I set hooks for a function and set a handler, are the hooks called, then the handler? It seems to be the case but would be nice to make explicit.
To Reproduce
n/a
Expected behavior
n/a
Code snips
n/a
System observed on:
n/a
Additional context
n/a
Reporter Info
Chris Knight [email protected]
The text was updated successfully, but these errors were encountered: