 Chromium Code Reviews
 Chromium Code Reviews Issue 23498015:
  [NaCl SDK] Support non blocking TCP/UDP  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 23498015:
  [NaCl SDK] Support non blocking TCP/UDP  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: native_client_sdk/src/libraries/nacl_io/library.dsc | 
| diff --git a/native_client_sdk/src/libraries/nacl_io/library.dsc b/native_client_sdk/src/libraries/nacl_io/library.dsc | 
| index 533bcf4a10c00226983b4e3c4fea26a059272547..631f89f50460f3f9da2c50c57158f430e6fc6a40 100644 | 
| --- a/native_client_sdk/src/libraries/nacl_io/library.dsc | 
| +++ b/native_client_sdk/src/libraries/nacl_io/library.dsc | 
| @@ -14,6 +14,7 @@ | 
| 'dbgprint.c', | 
| "event_emitter.cc", | 
| "event_listener.cc", | 
| + "fifo_char.cc", | 
| 
binji
2013/09/12 01:47:57
fifo_packet.cc?
 
noelallen1
2013/09/12 23:19:03
Done.
 | 
| "h_errno.cc", | 
| "host_resolver.cc", | 
| "kernel_handle.cc", | 
| @@ -33,12 +34,14 @@ | 
| "mount_node_html5fs.cc", | 
| "mount_node_http.cc", | 
| "mount_node_mem.cc", | 
| + "mount_node_pipe.cc", | 
| "mount_node_socket.cc", | 
| + "mount_node_stream.cc", | 
| "mount_node_tcp.cc", | 
| "mount_node_tty.cc", | 
| "mount_node_udp.cc", | 
| "mount_passthrough.cc", | 
| - "mount_socket.cc", | 
| + "mount_stream.cc", | 
| "nacl_io.cc", | 
| "path.cc", | 
| "pepper_interface.cc", | 
| @@ -81,6 +84,7 @@ | 
| "syscalls/mount.c", | 
| "syscalls/ntohl.c", | 
| "syscalls/ntohs.c", | 
| + "syscalls/pipe.c", | 
| "syscalls/poll.c", | 
| "syscalls/rmdir.c", | 
| "syscalls/recv.c", | 
| @@ -117,6 +121,10 @@ | 
| "error.h", | 
| "event_emitter.h", | 
| "event_listener.h", | 
| + "event_emitter_packet.h", | 
| + "event_emitter_pipe.h", | 
| + "event_emitter_signal.h", | 
| + "fifo_char.h", | 
| 
binji
2013/09/12 01:47:57
fifo_packet.h?
 
noelallen1
2013/09/12 23:19:03
Done.
 | 
| "host_resolver.h", | 
| "inode_pool.h", | 
| "ioctl.h", | 
| @@ -138,12 +146,14 @@ | 
| "mount_node_html5fs.h", | 
| "mount_node_http.h", | 
| "mount_node_mem.h", | 
| + "mount_node_pipe.h", | 
| "mount_node_socket.h", | 
| + "mount_node_stream.h", | 
| "mount_node_tcp.h", | 
| "mount_node_tty.h", | 
| "mount_node_udp.h", | 
| "mount_passthrough.h", | 
| - "mount_socket.h", | 
| + "mount_stream.h", | 
| "nacl_io.h", | 
| "osdirent.h", | 
| "osinttypes.h", |