pci_mux_fini()

QNX SDP8.0PCI Server User's GuideAPIConfiguration

Clean a connection

Synopsis:

#include <pci/pci_mux.h>

void pci_mux_fini( pci_mux_connection_t *hdl );

Arguments:

hdl
A connection handle from pci_mux_init().

Library:

libpci

Use the -l pci option to qcc to link against this library.

Description:

The pci_mux_fini() function sends a message to the connected process (either pci-connector or pci-multiplexer) to tell the process that a disconnect is about to occur. The function then frees up locally allocated memory and discards local data structures.

Classification:

QNX OS

Safety:
Cancellation point No
Signal handler No
Thread Yes
Page updated: