Index: src/shared/Communication.h |
=================================================================== |
--- a/src/shared/Communication.h |
+++ b/src/shared/Communication.h |
@@ -12,6 +12,7 @@ |
namespace Communication |
{ |
extern const std::wstring pipeName; |
+ extern std::wstring browserSID; |
enum ProcType : uint32_t { |
PROC_MATCHES, |
@@ -190,6 +191,7 @@ |
protected: |
HANDLE pipe; |
+ PSECURITY_DESCRIPTOR securitydescriptor; |
Wladimir Palant
2013/09/17 07:53:48
My comment hasn't been addressed: Why do we need t
|
}; |
} |