sync code

This commit is contained in:
Ned Wright
2024-09-17 10:53:09 +00:00
parent 3fe0b42fcd
commit 586150fe4f
143 changed files with 1886 additions and 380 deletions

View File

@@ -52,6 +52,7 @@
#include "tenant_manager.h"
#include "local_policy_mgmt_gen.h"
#include "external_sdk_server.h"
#include "service_health_status.h"
using namespace std;
@@ -74,7 +75,8 @@ main(int argc, char **argv)
HealthChecker,
HealthCheckManager,
LocalPolicyMgmtGenerator,
ExternalSdkServer
ExternalSdkServer,
ServiceHealthStatus
> comps;
comps.registerGlobalValue<uint>("Nano service API Port Primary", 7777);