|
FireSync API
|
Enables the feature to wait for a rescue message at boot time.
This feature is more appropriate for use during development than in the field, because it extends boot time by a certain timeout, optionally controlled via kNode_EnableRescueWait. The decision to use this in production can be made on a product-by-product basis. Apart from extending the boot time, there's little downside to enabling this feature.
Refer to the kSystem_StartRescue documentation for information on how to rescue nodes that support this feature.
| node | Node object. |
| enable | kTRUE to enable the feature. |