Skip to content

Commit ade81da

Browse files
committed
Use templates to generate all the C files. CA-387885 (do not call internal headers from the public ones).
Signed-off-by: Konstantina Chremmou <[email protected]>
1 parent e2eb7b2 commit ade81da

19 files changed

+1208
-872
lines changed

ocaml/idl/datamodel.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6070,7 +6070,7 @@ module Event = struct
60706070
~doc:
60716071
"Blocking call which returns a (possibly empty) batch of events. This \
60726072
method is only recommended for legacy use. New development should use \
6073-
event.from which supercedes this method."
6073+
event.from which supersedes this method."
60746074
~custom_marshaller:true ~flags:[`Session]
60756075
~result:(Set (Record _event), "A set of events")
60766076
~errs:[Api_errors.session_not_registered; Api_errors.events_lost]

ocaml/idl/datamodel_observer.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ let set_components =
9595
call ~name:"set_components" ~in_oss_since:None ~lifecycle:[]
9696
~doc:
9797
"Set the components on which the observer will broadcast to. i.e. xapi, \
98-
xenopsd, networkd, etc"
98+
xenopsd, networkd, etc."
9999
~params:
100100
[
101101
(Ref _observer, "self", "The observer")
@@ -106,7 +106,7 @@ let set_components =
106106
let t =
107107
create_obj ~name:_observer
108108
~descr:
109-
"Describes a observer which will control observability activity in the \
109+
"Describes an observer which will control observability activity in the \
110110
Toolstack"
111111
~doccomments:[] ~gen_constructor_destructor:true ~gen_events:true
112112
~in_db:true ~lifecycle:[] ~persist:PersistEverything ~in_oss_since:None

0 commit comments

Comments
 (0)