#ifndef LLARP_PATH_TYPES_HPP #define LLARP_PATH_TYPES_HPP #include #include namespace llarp { struct PathID_t final : public AlignedBuffer { using Hash = AlignedBuffer::Hash; }; } // namespace llarp #endif