Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Go to the documentation of this file.
21 #ifndef IRODS_CONNECT_H
22 #define IRODS_CONNECT_H
struct IRodsConnection * CreateIRodsConnectionFromUserDetails(const User *user_p)
Create a connection to a local iRODS server.
This is a wrapper which hides the internals of the code and objects needed to access an iRODS system.
Definition: irods_connection.h:42
#define IRODS_UTIL_API
Definition: irods_util_library.h:46
struct IRodsConnection * CreateIRodsConnection(UserAuthentication *auth_p)
Create a connection to a local iRODS server.
A datatype to store user credentials.
Definition: user_details.h:40
void FreeIRodsConnection(struct IRodsConnection *connection_p)
Close a connection to an iRODS server.