aboutsummaryrefslogtreecommitdiff
path: root/portal/portal.mli
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-26 22:35:53 +0200
committerClombrong <cromblong@egregore.fun>2025-06-27 08:56:42 +0200
commit63f009280f29942ec2ea85176240e78becb2326b (patch)
tree9b73716ff154ea5b871cc3bdcd0dd3ac86e9f211 /portal/portal.mli
parent41aa93cf6465201447e13e9db0440aaac00cb4e2 (diff)
feat(portal): add field in t for underlying socket
Diffstat (limited to 'portal/portal.mli')
-rw-r--r--portal/portal.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/portal/portal.mli b/portal/portal.mli
index 1fe90ef..808e1fa 100644
--- a/portal/portal.mli
+++ b/portal/portal.mli
@@ -7,6 +7,7 @@ type socket
type t = {
stream : (signal, async) stream;
push : (signal, sync) stream option -> unit;
+ _socket : socket;
}
(** This is the XML namespace of the underlying element stream.