de-init hooks
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user