Add a comment to internal flag

This commit is contained in:
A.J. Beamon 2019-07-09 14:17:26 -07:00
parent a5a6f8431c
commit 764a4591ad
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public:
std::map< UID, StorageServerInfo* > server_interf;
UID dbId;
bool internal;
bool internal; // Only contexts created through the C client and fdbcli are non-internal
CounterCollection cc;