替换为fuser_mt 使用high——level的接口进行实现。

处理好了同步和异步的code
This commit is contained in:
2024-07-17 08:49:01 +08:00
parent 24573524a6
commit 2f34dd807d
5 changed files with 411 additions and 33 deletions

View File

@ -76,6 +76,7 @@ message fstat {
message getattr {
string path = 1;
fstat stat = 2;
file_info fi = 3;
int32 ret = 15;
}