#ifndef LLARP_IWP_SENDQUEUE_HPP #define LLARP_IWP_SENDQUEUE_HPP #include #include typedef llarp::util::CoDelQueue sendqueue_t; #endif