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.
![]() ![]() |
#include "rcConnect.h"
#include "rodsType.h"
#include "objInfo.h"
#include "dataObjInpOut.h"
#include "miscUtil.h"
#include "structFileExtAndReg.h"
Go to the source code of this file.
Classes | |
struct | BunReplCache |
struct | BunReplCacheHeader |
struct | CurSubFileCond |
Macros | |
#define | BUNDLE_RESC "bundleResc" |
#define | TAR_BUNDLE_TYPE "tar bundle" |
#define | BUNDLE_STR "bundle" |
#define | BUNDLE_RESC_CLASS "bundle" |
#define | MAX_BUNDLE_SIZE 4 |
#define | MAX_SUB_FILE_CNT 5120 |
Typedefs | |
typedef struct BunReplCache | bunReplCache_t |
typedef struct BunReplCacheHeader | bunReplCacheHeader_t |
typedef struct CurSubFileCond | curSubFileCond_t |
Functions | |
int | rcPhyBundleColl (rcComm_t *conn, structFileExtAndRegInp_t *phyBundleCollInp) |
#define BUNDLE_RESC "bundleResc" |
Definition at line 12 of file phyBundleColl.h.
#define BUNDLE_RESC_CLASS "bundle" |
Definition at line 15 of file phyBundleColl.h.
#define BUNDLE_STR "bundle" |
Definition at line 14 of file phyBundleColl.h.
#define MAX_BUNDLE_SIZE 4 |
Definition at line 17 of file phyBundleColl.h.
#define MAX_SUB_FILE_CNT 5120 |
Definition at line 18 of file phyBundleColl.h.
#define TAR_BUNDLE_TYPE "tar bundle" |
Definition at line 13 of file phyBundleColl.h.
typedef struct BunReplCache bunReplCache_t |
typedef struct BunReplCacheHeader bunReplCacheHeader_t |
typedef struct CurSubFileCond curSubFileCond_t |