diff options
Diffstat (limited to 'portal/portal.mli')
-rw-r--r-- | portal/portal.mli | 1 |
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. |