Contents

handleClose

Handles a client close.

Declaration

virtual void handleClose(
 IOService *forClient, 
 IOOptionBitsoptions );

Parameters

  • forClient:

    The client (IOKDP) requesting the close.

  • options:

    Options passed to the close() call. Not used.

Overview

This method is called by IOService::close() to handle a close from a client with the arbitration lock held.

See Also

Miscellaneous