summaryrefslogtreecommitdiff
path: root/src/gc/handletablepriv.h
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2017-11-27 15:41:09 -0800
committerGitHub <noreply@github.com>2017-11-27 15:41:09 -0800
commitc755e3b7f5d597c8d192675dbaaa337268d93f1c (patch)
treec54615b358f473644924c83b2560df56346ff621 /src/gc/handletablepriv.h
parent4e625b8cecd63dd6f0acaf82e28731f28ab9901d (diff)
downloadcoreclr-c755e3b7f5d597c8d192675dbaaa337268d93f1c.tar.gz
coreclr-c755e3b7f5d597c8d192675dbaaa337268d93f1c.tar.bz2
coreclr-c755e3b7f5d597c8d192675dbaaa337268d93f1c.zip
[Local GC] Move knowledge of overlapped I/O objects to the EE through four callbacks (#14982)
* [Local GC] Move knowledge of overlapped I/O objects to the EE through four callbacks * Code review feedback: 1. Rename OverlappedData->AsyncPinned in interface methods 2. Remove additional FEATURE_REDHAWK defines around async pin relocation code * Eliminate two GCToEEInterface callbacks by passing the callbacks directly as arguments to a method on IGCHandleStore * Repair clang build * Split pin and async pin handle scans into two separate callbacks * Fix the clang and non-Windows builds
Diffstat (limited to 'src/gc/handletablepriv.h')
-rw-r--r--src/gc/handletablepriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/handletablepriv.h b/src/gc/handletablepriv.h
index f33a547a23..e0ed4b80e3 100644
--- a/src/gc/handletablepriv.h
+++ b/src/gc/handletablepriv.h
@@ -795,7 +795,7 @@ BOOL TableHandleAsyncPinHandles(HandleTable *pTable, const AsyncPinCallbackConte
* Replaces async pin handles with ones in default domain.
*
*/
-void TableRelocateAsyncPinHandles(HandleTable *pTable, HandleTable *pTargetTable);
+void TableRelocateAsyncPinHandles(HandleTable *pTable, HandleTable *pTargetTable, void (*clearIfComplete)(Object*), void (*setHandle)(Object*, OBJECTHANDLE));
/*
* Check if a handle is part of a HandleTable