You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/include/llarp/iwp.hpp

16 lines
278 B
C++

#ifndef LLARP_IWP_HPP
#define LLARP_IWP_HPP
7 years ago
#include <llarp/crypto.h>
#include <string>
7 years ago
struct llarp_iwp_args
{
7 years ago
struct llarp_crypto* crypto;
struct llarp_logic* logic;
struct llarp_threadpool* cryptoworker;
struct llarp_router* router;
bool permitInbound;
7 years ago
};
7 years ago
7 years ago
#endif