diff options
Diffstat (limited to 'portal/portal.mli')
-rw-r--r-- | portal/portal.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/portal/portal.mli b/portal/portal.mli index 2f52547..744a579 100644 --- a/portal/portal.mli +++ b/portal/portal.mli @@ -11,9 +11,9 @@ type socket [push None] disconnects brutally the underlying XMPP server and closes [_socket], without closing the element stream first. *) type t = { - stream : (signal, async) stream; - push : (signal, sync) stream option -> unit; - _socket : socket; + mutable stream : (signal, async) stream; + mutable push : (signal, sync) stream option -> unit; + mutable _socket : socket; } (** This is the XML namespace of the underlying element stream. |