1RFIO_PERROR(3) Rfio Library Functions RFIO_PERROR(3)
2
3
4
6 rfio_perror - print error message corresponding to the last RFIO func‐
7 tion failure
8
10 #include <sys/types.h>
11 #include "rfio_api.h"
12
13 void rfio_perror (const char *umsg);
14
15 int rfio_serrno ();
16
17 char *rfio_serror ();
18
20 rfio_serrno gets error code corresponding to the last RFIO function
21 failure (local or remote). rfio_serror gets error message correspond‐
22 ing to the last RFIO function failure (local or remote). rfio_perror
23 produces a message on standard error describing the last RFIO error.
24 The message is prefixed with umsg followed by a colon and a blank.
25
27 rfio_serrno returns the last error code: errno, serrno or rfio_errno.
28 rfio_serror returns a pointer to the error string.
29
31 LCG Grid Deployment Team
32
33
34
35LCG $Date: 2005/03/31 13:13:03 $ RFIO_PERROR(3)