mac deps
This commit is contained in:
15
controller/Redis.hpp
Normal file
15
controller/Redis.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef ZT_CONTROLLER_REDIS_HPP
|
||||
#define ZT_CONTROLLER_REDIS_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace ZeroTier {
|
||||
struct RedisConfig {
|
||||
std::string hostname;
|
||||
int port;
|
||||
std::string password;
|
||||
bool clusterMode;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user