Skip to content

Commit 78367c1

Browse files
thomassagaborigloi
authored andcommitted
CP-24903: xapi_network.mli entries for the new fns
Signed-off-by: Thomas Sanders <[email protected]>
1 parent 56fd496 commit 78367c1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ocaml/xapi/xapi_network.mli

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,18 @@ val with_networks_attached_for_vm :
129129
(unit -> 'a) ->
130130
'a
131131

132+
val add_purpose :
133+
__context:Context.t ->
134+
network:[ `network ] Ref.t ->
135+
purpose:API.network_purpose ->
136+
unit
137+
138+
val remove_purpose :
139+
__context:Context.t ->
140+
network:[ `network ] Ref.t ->
141+
purpose:API.network_purpose ->
142+
unit
143+
132144
(** {2 Assertion Helper Functions} *)
133145

134146
val assert_network_is_managed :

0 commit comments

Comments
 (0)