From 764a4591ada255cecc0e63fd0f1ebbbcba07a1c2 Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" Date: Tue, 9 Jul 2019 14:17:26 -0700 Subject: [PATCH] Add a comment to internal flag --- fdbclient/DatabaseContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdbclient/DatabaseContext.h b/fdbclient/DatabaseContext.h index 35eb8e6f71..dfd4ef0dd0 100644 --- a/fdbclient/DatabaseContext.h +++ b/fdbclient/DatabaseContext.h @@ -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;