Skip to content

Commit

Permalink
Merge pull request #1996 from johnelse/rrdd-plugin-interface
Browse files Browse the repository at this point in the history
Handle Rrdd_plugin interface change
  • Loading branch information
johnelse committed Oct 23, 2014
2 parents 1f79011 + fa69610 commit fa2f1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi/xapi_stats.ml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ let start () =
| Some _ -> ()
| None ->
let reporter =
Reporter.create
Reporter.start_async
(module D : Debug.DEBUG)
~uid:"xapi-stats"
~neg_shift:0.5
Expand Down

0 comments on commit fa2f1ef

Please sign in to comment.