Another fix for uptime logging.

This commit is contained in:
Adam Ierymenko 2017-11-08 20:02:10 -05:00
parent ef224c3547
commit 192e5dbff8
2 changed files with 8 additions and 2 deletions

View file

@ -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: