ktouch - routine for touching a temporary transport
LIBRARY CALL
int ktouch(
const char *path,
mode_t mode)
INPUT
path - path to file to be created
mode - the permissions or mode in which to touch the file
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.