From 881e91a352c41acc3c9468b3cc490966aae9d2ed Mon Sep 17 00:00:00 2001 From: ljy Date: Sun, 23 Apr 2023 06:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BC=98=E5=8C=96=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=B3=BB=E7=BB=9F=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/include/base/fs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/include/base/fs.h b/src/include/base/fs.h index bb58e03..d46d5ff 100644 --- a/src/include/base/fs.h +++ b/src/include/base/fs.h @@ -118,7 +118,9 @@ enum NX_FileNodeType NX_FILE_NODE_TYPE_DIR, NX_FILE_NODE_TYPE_REG, }; - +/** + * todo: 添加address_space概念,优化文件读写速度。 +*/ typedef struct NX_FileNode { NX_List link; -- Gitee