Content-type: text/html Man page of GFAL_REQUEST_NEW

GFAL_REQUEST_NEW

Section: Library Functions (3)
Updated: $Date: 2007/08/09 17:20:41 $
Index Return to Main Contents
 

NAME

gfal_request_new - creates a new GFAL request  

SYNOPSIS

#include "gfal_api.h"

gfal_request gfal_request_new ();  

DESCRIPTION

gfal_request_new creates a new gfal_request ready to be filled with your parameters.  

RETURN VALUE

This routine returns a pointer to a gfal_request object, or NULL in case of error. In the latter case, errno is set appropriately.  

ERRORS

ENOMEM
Not enough free memory.
 

SEE ALSO

gfal(3), gfal_init(3), gfal_internal_free(3), gfal_deletesurls(3), gfal_turlsfromsurls(3), gfal_ls(3), gfal_get(3), gfal_getstatus(3), gfal_prestage(3), gfal_prestagestatus(3), gfal_pin(3), gfal_release(3), gfal_set_xfer_done(3), gfal_set_xfer_running(3), gfal_get_results(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 14:16:32 GMT, July 14, 2009