Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: native_client_sdk/src/libraries/nacl_io/socket/unix_node.h

Issue 1679643002: nacl_io: Add SOCK_DGRAM support to socketpair() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review feedback Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_io/socket/unix_node.h
diff --git a/native_client_sdk/src/libraries/nacl_io/socket/unix_node.h b/native_client_sdk/src/libraries/nacl_io/socket/unix_node.h
index c8b7f30d1d2369636e7b9497e73e7ca3dcc08de8..881261a356da1e94ac4850565746d403810498b7 100644
--- a/native_client_sdk/src/libraries/nacl_io/socket/unix_node.h
+++ b/native_client_sdk/src/libraries/nacl_io/socket/unix_node.h
@@ -16,7 +16,7 @@ namespace nacl_io {
class UnixNode : public SocketNode {
public:
- explicit UnixNode(Filesystem* filesystem);
+ UnixNode(Filesystem* filesystem, int type);
UnixNode(Filesystem* filesystem, const UnixNode& peer);
virtual EventEmitter* GetEventEmitter();

Powered by Google App Engine
This is Rietveld 408576698