【发布时间】:2015-10-14 17:28:31
【问题描述】:
what is __dirstream, where can we find the definition
所以,我试图从 opendir 获取 sizeof DIR,它是 __dirstream 的 typedef。我知道它在编译时是隐藏的,是否有定义的最大大小?
【问题讨论】:
-
为什么需要尺寸?
-
我正在编写一个远程 FUSE 文件系统,我需要获取结构来发送它,并且最好将其转换为跨架构(即 32 位/64 位)@CholNhial