gpt4 book ai didi

c - inotify_add_watch 是否按升序返回监视描述符?

转载 作者:太空宇宙 更新时间:2023-11-04 10:09:15 24 4
gpt4 key购买 nike

inotify_add_watch 返回一个 int。

我想将正在观察的路径的字符串存储在一个数组中,并希望通过 inotify_add_watch 的返回值对它们进行索引。

我做了一个小规模测试(有 10 个文件),它似乎按升序返回它们(1、2、3、4 ...)。

这是有保证的吗?

最佳答案

the documentation 中没有任何内容|做出这样的保证。

其实这个案例:

If the filesystem object was already being watched (perhaps via a different link to the same object), then the descriptor for the existing watch is returned.

似乎直截了本地回答“否”。

您会依赖 open 以升序返回文件描述符吗?这是同样的情况。

关于c - inotify_add_watch 是否按升序返回监视描述符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50099646/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com