We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07264e commit 625b9e2Copy full SHA for 625b9e2
async/Async_OpenFlowChunk.ml
@@ -107,7 +107,7 @@ module Controller = struct
107
| None -> assert false
108
| Some(conn) -> Some(Conn.complete_handshake conn version))
109
110
- let activity (t:t) ?ver (c_id:Client_id.t) =
+ let activity (t:t) (c_id:Client_id.t) =
111
ClientTbl.change t.clients c_id (function
112
113
| Some(conn) -> Some(Conn.activity conn))
0 commit comments