[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Understanding the Diagnostic Subsystem for AIX

Signal Handling

In general, signal handling is the responsibility of the DA. When a signal to terminate is caught, the signal handler must start TU_CLOSE through the exectu() interface, so that a proper cleanup of the device is performed and a release of resources occurs. TU_CLOSE should be started only if TU_OPEN has already been called successfully.


[ Previous | Next | Contents | Home | Search ]