add comment for DDSharedContext

This commit is contained in:
Xiaoxi Wang 2022-08-16 15:53:41 -07:00
parent 8e6e4a7d1e
commit 8d2a326da6
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
// The common info shared by all DD components. Normally the DD components should share the reference to the same
// context.
// NOTE: We should avoid the shared class become an insanely large class, think twice before add member to it.
class DDSharedContext : public ReferenceCounted<DDSharedContext> {
// FIXME(xwang) mark fields privates
public: