mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
tools/pynuttx: update fs.py base on new structure fd and file
Update the Python script based on the PR "Separate file descriptors from file descriptions" in fs/vfs. Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
from .fs import FileList
|
||||
from .fs import FdList
|
||||
from .value import Value
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ class Group(Value):
|
||||
tg_envp: Value
|
||||
tg_envc: Value
|
||||
itimer: Value
|
||||
tg_filelist: FileList
|
||||
tg_fdlist: FdList
|
||||
tg_mm_map: Value
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user