summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-03-07 17:01:32 -0500
committerBrian Potchik <brian@vector35.com>2025-03-07 17:01:32 -0500
commitfdff8c85a51c4b77e4e25226ab4b2efb8d31ab9d (patch)
tree73908a12fe75e9deea78b73639e12a3365cfa211 /binaryninjacore.h
parent6330e5c014d300288a2d882297a36d9adf7c35fe (diff)
Resolve analysis pipeline suspend processing and integrate with existing core functionality.
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 55b5c2be..baf5eb14 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -3164,7 +3164,8 @@ extern "C"
ExceedFunctionUpdateCountSkipReason,
NewAutoFunctionAnalysisSuppressedReason,
BasicAnalysisSkipReason,
- IntermediateAnalysisSkipReason
+ IntermediateAnalysisSkipReason,
+ AnalysisPipelineSuspendedReason
} BNAnalysisSkipReason;
typedef enum BNSettingsScope