summaryrefslogtreecommitdiff
path: root/src/framework/common/cs-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/common/cs-context.h')
-rw-r--r--src/framework/common/cs-context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/framework/common/cs-context.h b/src/framework/common/cs-context.h
index 0161c26..3ef7647 100644
--- a/src/framework/common/cs-context.h
+++ b/src/framework/common/cs-context.h
@@ -43,6 +43,7 @@ struct API CsContext : public IContext {
CoreUsage = 0x11, // int
ScanOnCloud = 0x20, // bool
+ ScannedCbRegistered = 0x21,
};
CsContext() noexcept;
@@ -70,6 +71,7 @@ struct API CsContext : public IContext {
csr_cs_ask_user_e askUser;
csr_cs_core_usage_e coreUsage;
bool isScanOnCloud;
+ bool isScannedCbRegistered;
};
}