tibrvTransport_GetDaemon()

Function

Declaration

tibrv_status tibrvTransport_GetDaemon(
    tibrvTransport      transport,
    const char**        daemonString);

Purpose

Extract the daemon parameter from a transport.

Remarks

This function returns the daemon parameter as a NULL-terminated string.

Parameter

Description

transport

Extract the effective daemon parameter from this transport.

It is an error to supply the intra-process transport or virtual circuit transport to this function.

daemonString

The program supplies a location, and the function places in that location a string pointer to the daemon information.

The program must not modify nor free the string.

See Also

tibrvTransport

tibrvTransport_Create()