BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kgetdescriptors - get true UNIX file descriptors

LIBRARY CALL

int kgetdescriptors(
   kfile  *file,
   int    *inum,
   int    *onum)

INPUT

OUTPUT

RETURN VALUE

TRUE on success, FALSE on failure

DESCRIPTION

This function is used to retrieve the input and output file descriptor associated with a transport. Note: this routine should not be used without extreme caution, since certain transports don't have file descriptors (such as shared memory).

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

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

SEE ALSO

kutils(3)

COPYRIGHT

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