Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Sep 4, 2024
1 parent c5106b9 commit e60dc0b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 22 deletions.
1 change: 1 addition & 0 deletions src/core/common_.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Service = Pbrt_services
module Runner = Moonpool.Runner
module Log = (val Logs.src_log (Logs.Src.create "batrpc"))
module Slice = Iostream.Slice

type header = Meta.header
type headers = header list
18 changes: 10 additions & 8 deletions src/core/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@
:standard
-open
Imandrakit
-open
Imandrakit_thread
-open
Imandrakit_zip)
;-open
;Imandrakit_thread
;-open
;Imandrakit_zip
)
(preprocess
(pps ppx_deriving.std))
(libraries
atomic
moonpool
moonpool-io
trace.core
imandrakit
imandrakit.metrics
iostream
;imandrakit
;imandrakit.metrics
imandrakit.zip
imandrakit-thread
;imandrakit-thread
camlzip
iostream
;iostream
pbrt
pbrt_yojson
hmap
Expand Down
14 changes: 0 additions & 14 deletions src/core/net_stats.ml

This file was deleted.

2 changes: 2 additions & 0 deletions src/unix/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
batrpc.client
batrpc.server
containers
imandrakit
imandrakit.metrics
moonpool.sync
moonpool-io
threads
Expand Down

0 comments on commit e60dc0b

Please sign in to comment.