summaryrefslogtreecommitdiff
path: root/enterprise.h
diff options
context:
space:
mode:
Diffstat (limited to 'enterprise.h')
-rw-r--r--enterprise.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/enterprise.h b/enterprise.h
index 854047a2..abf010e9 100644
--- a/enterprise.h
+++ b/enterprise.h
@@ -154,6 +154,12 @@ namespace BinaryNinja
uint64_t GetLicenseDuration();
/*!
+ Determine if a floating license is currently active
+ \return True if a floating license is active
+ */
+ bool IsFloatingLicense();
+
+ /*!
Get the maximum time limit for reservations
\return Maximum reservation time, in seconds
*/