BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

ktouch - routine for touching a temporary transport

LIBRARY CALL

int ktouch(
   const char *path,
   mode_t  mode)

INPUT

OUTPUT

none

RETURN VALUE

0 on success, -1 otherwise

DESCRIPTION

This function is used to create a khoros transport file. Depending on the different transport being used the behavior will be different. For a file the ktouch call simply open the file and then close it. This is analgous to the "touch" system call.

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.