irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
Go to the source code of this file.
Classes | |
struct | FileChksumInp |
Macros | |
#define | fileChksumInp_PI "struct RHostAddr_PI; str fileName[MAX_NAME_LEN]; str rescHier[MAX_NAME_LEN]; str objPath[MAX_NAME_LEN]; int flags; str in_pdmo[MAX_NAME_LEN]; str orig_chksum[NAME_LEN];" |
#define | fileChksumOut_PI "str chksumStr[NAME_LEN];" |
Typedefs | |
typedef struct FileChksumInp | fileChksumInp_t |
Functions | |
int | rcFileChksum (rcComm_t *conn, fileChksumInp_t *fileChksumInp, char **chksumStr) |
#define fileChksumInp_PI "struct RHostAddr_PI; str fileName[MAX_NAME_LEN]; str rescHier[MAX_NAME_LEN]; str objPath[MAX_NAME_LEN]; int flags; str in_pdmo[MAX_NAME_LEN]; str orig_chksum[NAME_LEN];" |
Definition at line 17 of file fileChksum.h.
#define fileChksumOut_PI "str chksumStr[NAME_LEN];" |
Definition at line 19 of file fileChksum.h.
typedef struct FileChksumInp fileChksumInp_t |