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.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'enterprise.cpp') diff --git a/enterprise.cpp b/enterprise.cpp index bcf2905f..e15a4691 100644 --- a/enterprise.cpp +++ b/enterprise.cpp @@ -158,6 +158,12 @@ uint64_t BinaryNinja::EnterpriseServer::GetLicenseDuration() } +bool BinaryNinja::EnterpriseServer::IsFloatingLicense() +{ + return BNIsEnterpriseServerFloatingLicense(); +} + + uint64_t BinaryNinja::EnterpriseServer::GetReservationTimeLimit() { return BNGetEnterpriseServerReservationTimeLimit(); -- cgit v1.3.1