xrootd
Loading...
Searching...
No Matches
XrdFfsMisc.hh
Go to the documentation of this file.
1/******************************************************************************/
2/* XrdFfsMisc.hh Miscellanies functions */
3/* */
4/* (c) 2010 by the Board of Trustees of the Leland Stanford, Jr., University */
5/* All Rights Reserved */
6/* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */
7/* Contract DE-AC02-76-SFO0515 with the Department of Energy */
8/* */
9/* This file is part of the XRootD software suite. */
10/* */
11/* XRootD is free software: you can redistribute it and/or modify it under */
12/* the terms of the GNU Lesser General Public License as published by the */
13/* Free Software Foundation, either version 3 of the License, or (at your */
14/* option) any later version. */
15/* */
16/* XRootD is distributed in the hope that it will be useful, but WITHOUT */
17/* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or */
18/* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public */
19/* License for more details. */
20/* */
21/* You should have received a copy of the GNU Lesser General Public License */
22/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */
23/* COPYING (GPL license). If not, see <http://www.gnu.org/licenses/>. */
24/* */
25/* The copyright holder's institutional names and contributor's names may not */
26/* be used to endorse or promote products derived from this software without */
27/* specific prior written permission of the institution or contributor. */
28/******************************************************************************/
29
30#ifdef __cplusplus
31 extern "C" {
32#endif
33
34#define XrdFfs_MAX_NUM_NODES 4096 /* 64*64 max number of data nodes in a cluster */
35
36char XrdFfsMisc_get_current_url(const char *oldurl, char *newurl);
37int XrdFfsMisc_get_all_urls(const char *oldurl, char **newurls, const int nnodes);
40void XrdFfsMisc_refresh_url_cache(const char* url);
41void XrdFfsMisc_logging_url_cache(const char* url);
42
43void XrdFfsMisc_xrd_init(const char *rdrurl, const char *urlcachelife, int startQueue);
44
46void XrdFfsMisc_xrd_secsss_register(uid_t user_uid, gid_t user_gid, int *id);
47void XrdFfsMisc_xrd_secsss_editurl(char *url, uid_t user_uid, int *id);
48
49#ifdef __cplusplus
50 }
51#endif
void XrdFfsMisc_logging_url_cache(const char *url)
void XrdFfsMisc_xrd_init(const char *rdrurl, const char *urlcachelife, int startQueue)
void XrdFfsMisc_xrd_secsss_init()
int XrdFfsMisc_get_list_of_data_servers(char *list)
char XrdFfsMisc_get_current_url(const char *oldurl, char *newurl)
void XrdFfsMisc_xrd_secsss_register(uid_t user_uid, gid_t user_gid, int *id)
int XrdFfsMisc_get_number_of_data_servers()
void XrdFfsMisc_xrd_secsss_editurl(char *url, uid_t user_uid, int *id)
int XrdFfsMisc_get_all_urls(const char *oldurl, char **newurls, const int nnodes)
void XrdFfsMisc_refresh_url_cache(const char *url)