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 692a7f1 commit 0fd30a8Copy full SHA for 0fd30a8
xc/device.ml
@@ -3290,8 +3290,8 @@ module Backend = struct
3290
3291
(** File-descriptor event monitor implementation for the epoll library *)
3292
module Monitor = struct
3293
- module Epoll = Core.Linux_ext.Epoll
3294
- module Flags = Core.Linux_ext.Epoll.Flags
+ module Epoll = Linux_ext.Epoll
+ module Flags = Linux_ext.Epoll.Flags
3295
3296
let num_file_descrs =
3297
match Core.Unix.RLimit.((get num_file_descriptors).cur) with
xc/dune
@@ -6,6 +6,7 @@
6
7
(libraries
8
astring
9
+ core.linux_ext
10
xenctrl
11
xapi-xenopsd
12
xenstore
0 commit comments