提交 cc529069 编写于 作者: X Xu Peng 提交者: xj.lin

fix(db): fix compile error


Former-commit-id: b0734cdc673bbc74ef8b670e2d6f56edc5364eec
上级 2bc205b7
......@@ -15,7 +15,7 @@ namespace vecwise {
namespace engine {
namespace meta {
long GetFileSize(const std::string& filename)
long LocalMetaImpl::GetFileSize(const std::string& filename)
{
struct stat stat_buf;
int rc = stat(filename.c_str(), &stat_buf);
......
......@@ -53,6 +53,7 @@ private:
std::string GetGroupMetaPath(const std::string& group_id);
Status CreateGroupMeta(const GroupSchema& group_schema);
long GetFileSize(const std::string& filename);
Status initialize();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册