diff core/src/luan/modules/IoLuan.java @ 744:4b8695f1cfc4

add rpc IO type
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 13 Jul 2016 20:39:08 -0600
parents 2c41f2aec92f
children 9c1f28b26395
line wrap: on
line diff
--- a/core/src/luan/modules/IoLuan.java	Wed Jul 13 17:27:35 2016 -0600
+++ b/core/src/luan/modules/IoLuan.java	Wed Jul 13 20:39:08 2016 -0600
@@ -616,7 +616,7 @@
 	}
 
 	public static final class LuanSocket extends LuanIO {
-		private final Socket socket;
+		public final Socket socket;
 
 		private LuanSocket(String host,int port) throws LuanException {
 			try {