Skip to content

Commit a176118

Browse files
committed
nit
1 parent 6bf7a3c commit a176118

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Servers/IIS/AspNetCoreModuleV2/RequestHandlerLib/filewatcher.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ FILE_WATCHER::Create(
7272
{
7373
m_shadowCopyPath = shadowCopyPath;
7474
m_fShadowCopyEnabled = !shadowCopyPath.empty();
75+
m_shutdownTimeout = shutdownTimeout;
7576

7677
RETURN_LAST_ERROR_IF_NULL(m_hCompletionPort = CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL, 0, 0));
7778

src/Servers/IIS/AspNetCoreModuleV2/RequestHandlerLib/filewatcher.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class FILE_WATCHER{
7272
LONG _lStopMonitorCalled {};
7373
bool m_fShadowCopyEnabled;
7474
std::wstring m_shadowCopyPath;
75+
DWORD m_shutdownTimeout;
7576
OVERLAPPED _overlapped;
7677
std::unique_ptr<AppOfflineTrackingApplication, IAPPLICATION_DELETER> _pApplication;
7778
};

0 commit comments

Comments
 (0)