BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

ktransport_list - get the list of supported transports

LIBRARY CALL

char **ktransport_list(
    int     local,
    int     permanence,
    int     stream,
    size_t *num)

INPUT

OUTPUT

RETURN VALUE

A pointer to an array of the available transports, or NULL on error.

DESCRIPTION

This function creates an array of available transports. Boolean inputs allow the calling routine to selectively mask in or out local, stream, and permanent transports.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kutils/src/kfile.c

SEE ALSO

kutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.