LFC_READLINK(3) | LFC Library Functions | LFC_READLINK(3) |
lfc_readlink - read value of a symbolic link in the LFC Name Server
#include <sys/types.h>
#include "lfc_api.h"
int lfc_readlink (const char *path, char *buf, size_t bufsiz)
lfc_readlink reads the value of a symbolic link in the LFC Name Server.
This routine returns the number of characters put in the buffer if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
Castor_limits(4), lfc_chdir(3), lfc_statg(3), lfc_symlink(3)
LCG Grid Deployment Team
$Date: 2004/06/28 09:46:55 $ | LFC |