4 Star 5 Fork 1

科学大数据开源社区/文件系统-leaf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
stage.h 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
XuQi0207 提交于 9年前 . 2016-12-2 15:45
/*
* stage.h,v 1.72 2002/05/30 15:46:03 bcouturi Exp
*/
/*
* Copyright (C) 1993-2000 by CERN/IT/PDP/DM
* All rights reserved
*/
#ifndef __stage_h
#define __stage_h
#include "Cns_api.h"
/* ======================================= */
/* stage constants used inside daemon only */
/* ======================================= */
#define LAST_RWCOUNTERSFS_TPPOS 1
#define LAST_RWCOUNTERSFS_FILCP 2
/* ==================================== */
/* stage macros used inside daemon only */
/* ==================================== */
/* Returns real size on disk taking number of blocks used (using rfio_stat()) and filename */
#define BLOCKS_TO_SIZE(blocks,ipath) (((u_signed64) blocks) * findblocksize(ipath))
#include "Ctape_constants.h"
#include "rtcp_constants.h"
#include "stage_constants.h"
#include "stage_messages.h"
#include "stage_macros.h"
/* stage daemon stream modes */
#define WRITE_MODE 1
#define READ_MODE -1
/* stage generic structures */
#include "stage_struct.h"
/* stage daemon internal tables */
#include "stage_server_struct.h"
#ifdef MONITOR
#define CMONIT_STAGER_SEND_PERIOD 30 /* In seconds */
/* Defining monitoring method prototype from Cmonit_stageclient.c */
EXTERN_C int DLL_DECL Cmonit_send_stager_status _PROTO ((time_t));
#endif
#endif /* __stage_h */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opensci/leaf.git
git@gitee.com:opensci/leaf.git
opensci
leaf
文件系统-leaf
master

搜索帮助