diff options
Diffstat (limited to 'src/logTypes.hpp')
| -rw-r--r-- | src/logTypes.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logTypes.hpp b/src/logTypes.hpp index 6556d5c..fb66867 100644 --- a/src/logTypes.hpp +++ b/src/logTypes.hpp @@ -35,9 +35,9 @@ namespace WebStat { ContentType, }; - using Crc32Value = uint32_t; + using EntityId = int32_t; using EntityHash = std::array<uint8_t, MD5_DIGEST_LENGTH>; - using Entity = std::tuple<Crc32Value, EntityType, std::string_view>; + using Entity = std::tuple<EntityHash, std::optional<EntityId>, EntityType, std::string_view>; } namespace scn { |
