Content-type: text/html Man page of GFAL_GET_TIMEOUT_*

GFAL_GET_TIMEOUT_*

Section: Library Functions (3)
Updated: $Date: 2008/12/18 13:19:12 $
Index Return to Main Contents

 

NAME

gfal_get_timeout_* - Get several timeouts

 

SYNOPSIS

#include "gfal_api.h"

int gfal_get_timeout_connect ( );

int gfal_get_timeout_sendreceive ( );

int gfal_get_timeout_bdii ( );

int gfal_get_timeout_srm ( );

 

DESCRIPTION

gfal_get_timeout_connect Gets the connect timeout, used when connecting to a remote host.

gfal_get_timeout_sendreceive Gets the send/receive data timeout, used when transferring data to/from a remote host.

gfal_get_timeout_bdii Gets the BDII timeout, used when searching information into BDII.

gfal_get_timeout_srm Gets the SRM timeout, used when doing an asynchronous SRM request.

 

RETURN VALUE

This routine returns the value of the corresponding timeout. If the value hasn't been changed by the user, then the function will return the default value.

 

SEE ALSO

gfal(3), gfal_request_new(3), gfal_internal_free(3), gfal_init(3), gfal_deletesurls(3), gfal_removedir(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_abortrequest(3), gfal_abortfiles(3), gfal_set_xfer_done(3), gfal_set_xfer_running(3), gfal_get_ids(3), gfal_set_ids(3), gfal_get_results(3),


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

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