Another fix for uptime logging.
This commit is contained in:
parent
ef224c3547
commit
192e5dbff8
2 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue