Skip to content

Commit 2c06cbe

Browse files
committed
use t type in message for multipart
1 parent fadfbcb commit 2c06cbe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/OpenFlow0x04.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6508,8 +6508,8 @@ module Message = struct
65086508
| FlowRemoved of flowRemoved
65096509
| PacketOutMsg of packetOut
65106510
| PortStatusMsg of portStatus
6511-
| MultipartReq of multipartRequest
6512-
| MultipartReply of multipartReply
6511+
| MultipartReq of MultipartReq.t
6512+
| MultipartReply of MultipartReply.t
65136513
| BarrierRequest
65146514
| BarrierReply
65156515
| RoleRequest of RoleRequest.t

lib/OpenFlow0x04.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,8 @@ module Message : sig
789789
| FlowRemoved of flowRemoved
790790
| PacketOutMsg of packetOut
791791
| PortStatusMsg of portStatus
792-
| MultipartReq of multipartRequest
793-
| MultipartReply of multipartReply
792+
| MultipartReq of MultipartReq.t
793+
| MultipartReply of MultipartReply.t
794794
| BarrierRequest
795795
| BarrierReply
796796
| RoleRequest of RoleRequest.t

0 commit comments

Comments
 (0)