xref: /haiku/headers/private/storage/query_private.h (revision 4a5a077ff79e1b1ffb2571fdfc5ea8218a64196c)
1 #ifndef QUERY_PRIVATE_H
2 #define QUERY_PRIVATE_H
3 
4 
5 // If an entry is already in a query and a attribute changed
6 // B_ATTR_CHANGE_NOTIFICATION tells the query to send B_ATTR_CHANGED
7 // notifications if the entry stays in the query.
8 #define B_ATTR_CHANGE_NOTIFICATION		0x0000F000
9 
10 #endif
11