FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
FastDFS编译时提示./make.sh tracker_service.c: 在函数‘tracker_deal_server_list_all_groups’中: tracker_service.c:2911:39: 错误:‘SFGlobalVariables’没有名为‘min_buff_size’的成员 if (expect_size > g_sf_global_vars.min_buff_size) ^ tracker_service.c:2913:44: 错误:‘SFGlobalVariables’没有名为‘max_buff_size’的成员 if (expect_size <= g_sf_global_vars.max_buff_size) ^ tracker_service.c:2929:37: 错误:‘SFGlobalVariables’没有名为‘max_buff_size’的成员 g_sf_global_vars.max_buff_size); ^ make: *** [tracker_service.o] 错误 1
使用版本是目前拉到的最新 这块具体是哪个模块引起的?