fdfs_global.c

来自「文件系统源代码!!!!! 文件系统源代码」· C语言 代码 · 共 16 行

C
16
字号
/*** 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.csource.org/ for more detail.**/#include "fdfs_global.h"bool g_continue_flag = true;int g_network_timeout = DEFAULT_NETWORK_TIMEOUT;char g_base_path[MAX_PATH_SIZE];FDFSVersion g_version = {1, 13};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?