mirror of
https://review.haiku-os.org/haiku
synced 2025-02-21 13:09:31 +01:00
It allows introducing new file descriptor types without editing enumeration every time. Anonymous FDs will be needed for Mesa OpenGL/Vulkan drivers to reference GPU memory buffers and other driver objects that can be referenced as FDs from userland. This change breaks private VFS API compatibility. No behavior changes intended. Change-Id: Iac109aad420b0b6aae704b38619436e01dcf4969 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7838 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com>