This commit is contained in:
@ -3,6 +3,8 @@
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
namespace runner {
|
||||
|
||||
struct sSSHInfo {
|
||||
std::string host;
|
||||
std::string user;
|
||||
@ -18,4 +20,6 @@ int execute_cmd(
|
||||
bool interactive,
|
||||
sSSHInfo* sshinfo = nullptr,
|
||||
std::string* output = nullptr
|
||||
);
|
||||
);
|
||||
|
||||
} // namespace runner
|
Reference in New Issue
Block a user