Content-type: text/html Man page of LFC_SETERRBUF

LFC_SETERRBUF

Section: LFC Library Functions (3)
Updated: $Date: 2007/05/14 05:53:52 $
Index Return to Main Contents
 

NAME

lfc_seterrbuf - set receiving buffer for error messages  

SYNOPSIS

int lfc_seterrbuf (char *buffer, int buflen)  

DESCRIPTION

lfc_seterrbuf tells the name server client API the address and the size of the buffer to be used for error messages. If this routine is not called or if buffer is NULL, the messages are printed on stderr.  

RETURN VALUE

This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.  

ERRORS

ENOMEM
memory could not be allocated for the thread specific information.
 

AUTHOR

LCG Grid Deployment Team


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
AUTHOR

This document was created by man2html, using the manual pages.
Time: 11:46:11 GMT, June 26, 2009