header file for the access methode on the srm url type More...
#include <glib.h>
#include "gfal_common_srm.h"
#include "../gfal_types.h"
Go to the source code of this file.
Functions | |
int | gfal_srm_accessG (plugin_handle handle, const char *surl, int mode, GError **err) |
access method for SRMv2 check the right for a given SRM url, work only for SRMv2, V1 deprecated. | |
int | gfal_access_srmv2_internal (gfal_srmv2_opt *opts, char *endpoint, const char *surl, int mode, GError **err) |
header file for the access methode on the srm url type
int gfal_srm_accessG | ( | plugin_handle | ch, | |
const char * | surl, | |||
int | mode, | |||
GError ** | err | |||
) |
access method for SRMv2 check the right for a given SRM url, work only for SRMv2, V1 deprecated.
ch | the handle of the plugin | |
surl | srm url of a given file | |
mode | access mode to check | |
err | : GError error reprot system |
References gfal_srm_determine_endpoint().