summaryrefslogtreecommitdiff
path: root/src/coreclr/hosts/inc/coreclrhost.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/hosts/inc/coreclrhost.h')
-rw-r--r--src/coreclr/hosts/inc/coreclrhost.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/coreclr/hosts/inc/coreclrhost.h b/src/coreclr/hosts/inc/coreclrhost.h
index f0d7952aa6..dd11cb6a51 100644
--- a/src/coreclr/hosts/inc/coreclrhost.h
+++ b/src/coreclr/hosts/inc/coreclrhost.h
@@ -29,6 +29,11 @@ CORECLR_HOSTING_API(coreclr_shutdown,
void* hostHandle,
unsigned int domainId);
+CORECLR_HOSTING_API(coreclr_shutdown_2,
+ void* hostHandle,
+ unsigned int domainId,
+ int* latchedExitCode);
+
CORECLR_HOSTING_API(coreclr_create_delegate,
void* hostHandle,
unsigned int domainId,