btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / storage / query_private.h
blobd75fc08eb3e93b18720540e59a10329d718b86e7
1 #ifndef QUERY_PRIVATE_H
2 #define QUERY_PRIVATE_H
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
10 #endif