mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 17:47:59 -06:00
make m_guestDeviceManager private
This commit is contained in:
parent
e2109c1f4f
commit
f46be35b7d
@ -142,8 +142,6 @@ public:
|
|||||||
|
|
||||||
void ValidateNetworkingMode();
|
void ValidateNetworkingMode();
|
||||||
|
|
||||||
std::shared_ptr<GuestDeviceManager> m_guestDeviceManager;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
struct AttachedDisk
|
struct AttachedDisk
|
||||||
{
|
{
|
||||||
@ -273,6 +271,7 @@ private:
|
|||||||
static void CALLBACK s_OnExit(_In_ HCS_EVENT* Event, _In_opt_ void* Context);
|
static void CALLBACK s_OnExit(_In_ HCS_EVENT* Event, _In_opt_ void* Context);
|
||||||
|
|
||||||
wil::srwlock m_guestDeviceLock;
|
wil::srwlock m_guestDeviceLock;
|
||||||
|
std::shared_ptr<GuestDeviceManager> m_guestDeviceManager;
|
||||||
_Guarded_by_(m_guestDeviceLock) std::future<bool> m_drvfsInitialResult;
|
_Guarded_by_(m_guestDeviceLock) std::future<bool> m_drvfsInitialResult;
|
||||||
_Guarded_by_(m_guestDeviceLock) wil::unique_handle m_drvfsToken;
|
_Guarded_by_(m_guestDeviceLock) wil::unique_handle m_drvfsToken;
|
||||||
_Guarded_by_(m_guestDeviceLock) wil::unique_handle m_adminDrvfsToken;
|
_Guarded_by_(m_guestDeviceLock) wil::unique_handle m_adminDrvfsToken;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user