#ifndef LLARP_IWP_HPP #define LLARP_IWP_HPP #include #include struct llarp_iwp_args { struct llarp_crypto* crypto; struct llarp_logic* logic; struct llarp_threadpool* cryptoworker; struct llarp_router* router; bool permitInbound; }; #endif