diff options
| author | Per Larsson <[email protected]> | 2022-03-08 08:59:29 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2022-03-08 08:59:29 +0100 |
| commit | 8ce0478145e887088c1988d01847ef0b73be199d (patch) | |
| tree | 978fc64128426b6d4f91899d5dbe6538c1167a46 /zenutil/include | |
| parent | Initial attempt of a streaming websocket API. (diff) | |
| download | zen-8ce0478145e887088c1988d01847ef0b73be199d.tar.xz zen-8ce0478145e887088c1988d01847ef0b73be199d.zip | |
Added streaming version of GetCacheRecords.
Diffstat (limited to 'zenutil/include')
| -rw-r--r-- | zenutil/include/zenutil/cache/cachekey.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenutil/include/zenutil/cache/cachekey.h b/zenutil/include/zenutil/cache/cachekey.h index aa649b4dc..ec6947b17 100644 --- a/zenutil/include/zenutil/cache/cachekey.h +++ b/zenutil/include/zenutil/cache/cachekey.h @@ -54,6 +54,7 @@ struct CacheKeyRequest { CacheKey Key; CacheRecordPolicy Policy; + uint64_t UserData{}; }; inline bool |