mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
Another fix for uptime logging.
This commit is contained in:
@ -28,6 +28,12 @@
|
||||
namespace ZeroTier
|
||||
{
|
||||
|
||||
/**
|
||||
* A controller database driver that talks to RethinkDB
|
||||
*
|
||||
* This is for use with ZeroTier Central. Others are free to build and use it
|
||||
* but be aware that we might change it at any time.
|
||||
*/
|
||||
class RethinkDB : public DB
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user