Skip to content

Commit ab1257f

Browse files
committed
fixup! CP-52745: Add ThreadLocalStorage in Threadext
1 parent d682543 commit ab1257f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: dune-project

+2
Original file line numberDiff line numberDiff line change
@@ -711,12 +711,14 @@ This package provides an Lwt compatible interface to the library.")
711711
(synopsis "Xapi's standard library extension, Threads")
712712
(authors "Jonathan Ludlam")
713713
(depends
714+
ambient-context
714715
base-threads
715716
base-unix
716717
(alcotest :with-test)
717718
(clock (= :version))
718719
(fmt :with-test)
719720
mtime
721+
tgroup
720722
(xapi-log (= :version))
721723
(xapi-stdext-pervasives (= :version))
722724
(xapi-stdext-unix (= :version))

Diff for: opam/xapi-stdext-threads.opam

+2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ homepage: "https://xapi-project.github.io/"
88
bug-reports: "https://github.com/xapi-project/xen-api/issues"
99
depends: [
1010
"dune" {>= "3.15"}
11+
"ambient-context"
1112
"base-threads"
1213
"base-unix"
1314
"alcotest" {with-test}
1415
"clock" {= version}
1516
"fmt" {with-test}
1617
"mtime"
18+
"tgroup"
1719
"xapi-log" {= version}
1820
"xapi-stdext-pervasives" {= version}
1921
"xapi-stdext-unix" {= version}

0 commit comments

Comments
 (0)