Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@
(package
(name xapi-schema))

(package
(name xapi-work-queues))

(package
(name rrdd-plugin)
(synopsis "A plugin library for the xapi performance monitoring daemon")
Expand Down
7 changes: 7 additions & 0 deletions ocaml/libs/xapi-work-queues/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(library
(name xapi_work_queues)
(modules xapi_work_queues)
(libraries clock xapi-log rpclib.core result rresult threads.posix xapi-stdext-threads)
(preprocess
(pps ppx_deriving_rpc))
(public_name xapi-work-queues))
Loading
Loading