From 12f12c41c2733c604a1874e41c6a6d186795cf5b Mon Sep 17 00:00:00 2001 From: Beena352 Date: Fri, 5 Dec 2025 11:39:12 -0800 Subject: [PATCH] Update WSLASession header --- src/windows/wslaservice/exe/WSLASession.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/windows/wslaservice/exe/WSLASession.h b/src/windows/wslaservice/exe/WSLASession.h index a07bca5..a46e029 100644 --- a/src/windows/wslaservice/exe/WSLASession.h +++ b/src/windows/wslaservice/exe/WSLASession.h @@ -23,7 +23,6 @@ class DECLSPEC_UUID("4877FEFC-4977-4929-A958-9F36AA1892A4") WSLASession : public Microsoft::WRL::RuntimeClass, IWSLASession, IFastRundown> { public: - WSLASession(ULONG id, const WSLA_SESSION_SETTINGS& Settings, WSLAUserSessionImpl& userSessionImpl); ~WSLASession(); @@ -63,9 +62,8 @@ public: void OnUserSessionTerminating(); private: - ULONG m_id = 0; - + static WSLAVirtualMachine::Settings CreateVmSettings(const WSLA_SESSION_SETTINGS& Settings); void ConfigureStorage(const WSLA_SESSION_SETTINGS& Settings);