#ifndef LLARP_ROUTER_ID_HPP #define LLARP_ROUTER_ID_HPP #include namespace llarp { typedef AlignedBuffer< 32 > RouterID; } #endif