| Index: native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
|
| index fc0191fe82b97c6882ddfbcf94687c3aa7bd25ff..21d68c1de5216e3594603c61e8eb12a4f02fa2cd 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
|
| @@ -11,6 +11,7 @@
|
| #include "nacl_io/host_resolver.h"
|
| #include "nacl_io/kernel_object.h"
|
| #include "nacl_io/mount_factory.h"
|
| +#include "nacl_io/mount_socket.h"
|
| #include "nacl_io/ossocket.h"
|
| #include "nacl_io/ostypes.h"
|
| #include "nacl_io/osutime.h"
|
| @@ -174,6 +175,7 @@ class KernelProxy : protected KernelObject {
|
|
|
| protected:
|
| MountFactoryMap_t factories_;
|
| + sdk_util::ScopedRef<MountSocket> socket_mount_;
|
| int dev_;
|
| PepperInterface* ppapi_;
|
| static KernelProxy *s_instance_;
|
|
|