gfal_request_new(3) - Linux man page

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)

Referenced By

gfal_abortfiles(3), gfal_abortrequest(3), gfal_bringonline(3), gfal_get_ids(3), gfal_get_timeout_srm(3), gfal_set_timeout_srm(3), gfal_set_verbose(3), gfal_set_verbose_python(3)