fs_query: Make B_QUERY_WATCH_ALL part of the public API.

It seems to work well enough at this point, and is used in Tracker,
so why not?

Also update live_query to demonstrate the functionality.
This commit is contained in:
Augustin Cavalier
2026-02-04 17:09:50 -05:00
parent c32328567c
commit 53ee2648fb
7 changed files with 31 additions and 24 deletions
@@ -39,8 +39,6 @@
# include <util/SinglyLinkedList.h>
# include <util/Stack.h>
# include <query_private.h>
#endif // !FS_SHELL
#include <file_systems/QueryParserUtils.h>
-10
View File
@@ -1,10 +0,0 @@
#ifndef QUERY_PRIVATE_H
#define QUERY_PRIVATE_H
// Send node monitor (B_ATTR_CHANGED, etc.) events for all
// attributes on all entries in the query.
#define B_QUERY_WATCH_ALL 0x0000F000
#endif