Skip to content

Commit 61b3a38

Browse files
committed
fixup! CP-51493: Add set_cgroup
1 parent cceedd8 commit 61b3a38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ocaml/libs/tgroup/tgroup.mli

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ module Cgroup : sig
7070

7171
val set_cgroup : Group.Creator.t -> unit
7272
(** [set_cgroup c] sets the current xapi thread in a cgroup based on the
73-
creator [c].
74-
75-
@raises Cgroups_not_initialized if [init dir] has not been called. *)
73+
creator [c].*)
7674
end
7775

7876
val of_req_originator : string option -> unit

0 commit comments

Comments
 (0)