Skip to content

Commit 6e72e25

Browse files
committed
Fix name clash
Module name "Misc" is used internally by OCaml. This causes link errors in certain builds.
1 parent f930fe6 commit 6e72e25

File tree

7 files changed

+209
-209
lines changed

7 files changed

+209
-209
lines changed

_oasis

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Library openflow
3030
threads
3131
InternalModules:
3232
Bits,
33-
Misc,
33+
OpenFlow_Misc,
3434
VInt,
3535
ModComposition,
36-
HighLevelSwitch_common
36+
HighLevelSwitch_common
3737
Modules:
3838
OpenFlow_Header,
3939
OpenFlow0x01,
@@ -44,7 +44,7 @@ Library openflow
4444
SDN_OpenFlow0x01,
4545
SDN_OpenFlow0x04,
4646
GroupTable0x04,
47-
SDN_Types
47+
SDN_Types
4848

4949
Library async
5050
Findlibparent: openflow

0 commit comments

Comments
 (0)