Skip to content

Commit fa2f1ef

Browse files
committed
Merge pull request xapi-project#1996 from johnelse/rrdd-plugin-interface
Handle Rrdd_plugin interface change
2 parents 1f79011 + fa69610 commit fa2f1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/xapi_stats.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ let start () =
8989
| Some _ -> ()
9090
| None ->
9191
let reporter =
92-
Reporter.create
92+
Reporter.start_async
9393
(module D : Debug.DEBUG)
9494
~uid:"xapi-stats"
9595
~neg_shift:0.5

0 commit comments

Comments
 (0)