DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

udi_final_cleanup_ack(3udi)


Acknowledge completion of a final cleanup request

SYNOPSIS

#include <udi.h>

void udi_final_cleanup_ack (

	udi_mgmt_cb_t *cb );
 

ARGUMENTS cb is a pointer to a miscellaneous Management Metalanguage control block.

TARGET CHANNEL The affected driver instance's management channel

DESCRIPTION Handshakes a udi_final_cleanup_req operation. This indicates to the MA that the removal operation has completed.

The driver must free all of its resources before calling udi_final_cleanup_ack, regardless of its current state.

warnings The control block must be the same control block as passed to the driver in the corresponding udi_final_cleanup_req operation.

REFERENCES udi_final_cleanup_req


UDI Core Specification Contents