db/simple/Directory: rename LookupResult::uri to "rest"

This commit is contained in:
Max Kellermann
2020-04-03 17:06:25 +02:00
parent 870151214d
commit 6c8eb3c7ed
3 changed files with 19 additions and 19 deletions

View File

@@ -186,7 +186,7 @@ public:
* The remaining URI part (without leading slash) or
* nullptr if the given URI was consumed completely.
*/
const char *uri;
const char *rest;
};
/**