From eec8a361aac3e2c5d217168efa88647fd9f0e1a1 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Sat, 4 Jun 2022 17:37:31 +0530 Subject: [PATCH] crt: Add new APIs in hyperv import libs
Signed-off-by: Biswapriyo Nath <[email protected]> --- mingw-w64-crt/lib-common/computecore.def | 4 ++++ mingw-w64-crt/lib-common/computenetwork.def | 1 + 2 files changed, 5 insertions(+) diff --git a/mingw-w64-crt/lib-common/computecore.def b/mingw-w64-crt/lib-common/computecore.def index 60fd227..3aadc83 100644 --- a/mingw-w64-crt/lib-common/computecore.def +++ b/mingw-w64-crt/lib-common/computecore.def @@ -9,6 +9,7 @@ HcsEnumerateVmWorkerProcesses HcsFindVmWorkerProcesses HcsGetWorkerProcessJob HcsStartVmWorkerProcess +HcsAddResourceToOperation HcsCancelOperation HcsCloseComputeSystem HcsCloseOperation @@ -19,6 +20,7 @@ HcsCreateComputeSystemInNamespace HcsCreateEmptyGuestStateFile HcsCreateEmptyRuntimeStateFile HcsCreateOperation +HcsCreateOperationWithNotifications HcsCreateProcess HcsEnumerateComputeSystems HcsEnumerateComputeSystemsInNamespace @@ -26,6 +28,7 @@ HcsGetComputeSystemFromOperation HcsGetComputeSystemProperties HcsGetOperationContext HcsGetOperationId +HcsGetOperationProperties HcsGetOperationResult HcsGetOperationResultAndProcessInfo HcsGetOperationType @@ -55,6 +58,7 @@ HcsShutDownComputeSystem HcsSignalProcess HcsStartComputeSystem HcsSubmitWerReport +HcsSystemControl HcsTerminateComputeSystem HcsTerminateProcess HcsWaitForComputeSystemExit diff --git a/mingw-w64-crt/lib-common/computenetwork.def b/mingw-w64-crt/lib-common/computenetwork.def index 119a041..270b799 100644 --- a/mingw-w64-crt/lib-common/computenetwork.def +++ b/mingw-w64-crt/lib-common/computenetwork.def @@ -49,6 +49,7 @@ HcnOpenEndpoint HcnOpenLoadBalancer HcnOpenNamespace HcnOpenNetwork +HcnQueryEndpointAddresses HcnQueryEndpointProperties HcnQueryEndpointStats HcnQueryLoadBalancerProperties -- 2.36.1
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
