diff options
Diffstat (limited to 'controller/RethinkDB.hpp')
-rw-r--r-- | controller/RethinkDB.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/controller/RethinkDB.hpp b/controller/RethinkDB.hpp index 561cbdab..26987019 100644 --- a/controller/RethinkDB.hpp +++ b/controller/RethinkDB.hpp @@ -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: |