From 80e927bd0b200904626cabf9bf6fa65a1bd4a6a8 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 5 Jan 2023 18:07:39 -0500 Subject: [Enterprise] Add api for IsFloatingLicense --- enterprise.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'enterprise.h') diff --git a/enterprise.h b/enterprise.h index 854047a2..abf010e9 100644 --- a/enterprise.h +++ b/enterprise.h @@ -153,6 +153,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 -- cgit v1.3.1