summaryrefslogtreecommitdiff
path: root/ext/flash/socket.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flash/socket.rs')
-rw-r--r--ext/flash/socket.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/flash/socket.rs b/ext/flash/socket.rs
index 27906e74e..cf9501634 100644
--- a/ext/flash/socket.rs
+++ b/ext/flash/socket.rs
@@ -29,6 +29,7 @@ pub struct Stream {
pub parse_done: ParseStatus,
pub buffer: UnsafeCell<Vec<u8>>,
pub read_lock: Arc<Mutex<()>>,
+ pub addr: std::net::SocketAddr,
}
impl Stream {