Skip to content

Commit 027f763

Browse files
committed
flowstats: reorg mli file for readability
1 parent 23c5542 commit 027f763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/SDN_OpenFlow0x01.mli

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
exception Invalid_port of int32
22

33
val to_payload : OpenFlow0x01_Core.payload -> SDN_Types.payload
4-
val from_payload : SDN_Types.payload -> OpenFlow0x01_Core.payload
54
val to_reason : OpenFlow0x01_Core.packetInReason -> SDN_Types.packetInReason
65
val to_packetIn : OpenFlow0x01_Core.packetIn -> SDN_Types.pktIn
76
val to_flowStats : OpenFlow0x01_Stats.individualStats -> SDN_Types.flowStats
7+
8+
val from_payload : SDN_Types.payload -> OpenFlow0x01_Core.payload
89
val from_packetOut : SDN_Types.pktOut -> OpenFlow0x01_Core.packetOut
910
val from_pattern : SDN_Types.Pattern.t -> OpenFlow0x01_Core.pattern
1011
val from_group : OpenFlow0x01_Core.portId option -> SDN_Types.group -> OpenFlow0x01_Core.action list

0 commit comments

Comments
 (0)