de-init hooks

This commit is contained in:
Michael Davidsaver
2020-04-29 16:40:16 -07:00
parent fd5edce919
commit 5d5e552a7e
2 changed files with 19 additions and 2 deletions
+8
View File
@@ -47,6 +47,14 @@ typedef enum {
initHookAfterDatabasePaused,
initHookAfterIocPaused, /* End of iocPause command */
initHookAtShutdown, /* Start of iocShutdown commands */
initHookAfterCloseLinks,
initHookAfterStopScan, /* triggered only by unittest code. testIocShutdownOk() */
initHookAfterStopCallback, /* triggered only by unittest code. testIocShutdownOk() */
initHookAfterStopLinks,
initHookBeforeFree, /* triggered only by unittest code. testIocShutdownOk() */
initHookAfterShutdown, /* End of iocShutdown commands */
/* Deprecated states, provided for backwards compatibility.
* These states are announced at the same point they were before,
* but will not be repeated if the IOC gets paused and restarted.