Milestone 5
This commit is contained in:
parent
420da2d468
commit
4e21039222
9 changed files with 877 additions and 22 deletions
|
|
@ -45,6 +45,7 @@ enum class ThreadingMode : uint8_t {
|
|||
struct ConnectionOptions {
|
||||
ThreadingMode threading = ThreadingMode::kThreadLoop;
|
||||
bool autoconnect = true;
|
||||
bool policy_only = false;
|
||||
std::string application_name = "warppipe";
|
||||
std::optional<std::string> remote_name;
|
||||
std::optional<std::string> config_path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue