234 Star 1.7K Fork 408

GVPhappyfish100/FastDFS

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
storage_disk_recovery.h 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
happyfish100 提交于 2025-08-18 21:46 +08:00 . storage replace sprintf as necessary
/**
* Copyright (C) 2008 Happy Fish / YuQing
*
* FastDFS may be copied only under the terms of the GNU General
* Public License V3, which may be found in the FastDFS source kit.
* Please visit the FastDFS Home Page http://www.fastken.com/ for more detail.
**/
//storage_disk_recovery.h
#ifndef _STORAGE_DISK_RECOVERY_H_
#define _STORAGE_DISK_RECOVERY_H_
#include "tracker_types.h"
#include "tracker_client_thread.h"
#ifdef __cplusplus
extern "C" {
#endif
int storage_disk_recovery_prepare(const int store_path_index);
int storage_disk_recovery_check_restore(const string_t *base_path);
#ifdef __cplusplus
}
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/fastdfs100/fastdfs.git
git@gitee.com:fastdfs100/fastdfs.git
fastdfs100
fastdfs
FastDFS
master

搜索帮助