File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6508,8 +6508,8 @@ module Message = struct
6508
6508
| FlowRemoved of flowRemoved
6509
6509
| PacketOutMsg of packetOut
6510
6510
| PortStatusMsg of portStatus
6511
- | MultipartReq of multipartRequest
6512
- | MultipartReply of multipartReply
6511
+ | MultipartReq of MultipartReq .t
6512
+ | MultipartReply of MultipartReply .t
6513
6513
| BarrierRequest
6514
6514
| BarrierReply
6515
6515
| RoleRequest of RoleRequest .t
Original file line number Diff line number Diff line change @@ -789,8 +789,8 @@ module Message : sig
789
789
| FlowRemoved of flowRemoved
790
790
| PacketOutMsg of packetOut
791
791
| PortStatusMsg of portStatus
792
- | MultipartReq of multipartRequest
793
- | MultipartReply of multipartReply
792
+ | MultipartReq of MultipartReq .t
793
+ | MultipartReply of MultipartReply .t
794
794
| BarrierRequest
795
795
| BarrierReply
796
796
| RoleRequest of RoleRequest .t
You can’t perform that action at this time.
0 commit comments