Skip to content

Commit 0fd30a8

Browse files
committed
CP-38064: update usage of epoll to Core 0.14.0
Signed-off-by: Pau Ruiz Safont <pau.safont@citrix.com>
1 parent 692a7f1 commit 0fd30a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

xc/device.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,8 +3290,8 @@ module Backend = struct
32903290

32913291
(** File-descriptor event monitor implementation for the epoll library *)
32923292
module Monitor = struct
3293-
module Epoll = Core.Linux_ext.Epoll
3294-
module Flags = Core.Linux_ext.Epoll.Flags
3293+
module Epoll = Linux_ext.Epoll
3294+
module Flags = Linux_ext.Epoll.Flags
32953295

32963296
let num_file_descrs =
32973297
match Core.Unix.RLimit.((get num_file_descriptors).cur) with

xc/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
(libraries
88
astring
9+
core.linux_ext
910
xenctrl
1011
xapi-xenopsd
1112
xenstore

0 commit comments

Comments
 (0)