fileapi: Add support for user-wide queries

Fixes: #19168
This commit is contained in:
Martin Duffy
2024-08-16 08:49:10 -04:00
committed by Brad King
parent a991a5019b
commit 1df94443fe
13 changed files with 72 additions and 4 deletions

View File

@@ -61,6 +61,9 @@ private:
/** The api/v1 directory location. */
std::string APIv1;
/** api/v1 directory in the user's shared CMake config directory. */
std::string UserAPIv1;
/** The set of files we have just written to the reply directory. */
std::unordered_set<std::string> ReplyFiles;