Quellcode durchsuchen

doc

M    doc/chapters/sched_ctx_hypervisor.texi
Andra Hugo vor 13 Jahren
Ursprung
Commit
e99f3b5aaf
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      doc/chapters/sched_ctx_hypervisor.texi

+ 2 - 2
doc/chapters/sched_ctx_hypervisor.texi

@@ -376,7 +376,7 @@ Returns the name of the resizing policy the hypervisor uses
 @smallexample
 
 struct hypervisor_policy dummy_policy = 
-{
+@{
        .handle_poped_task = dummy_handle_poped_task,
        .handle_pushed_task = dummy_handle_pushed_task,
        .handle_idle_cycle = dummy_handle_idle_cycle,
@@ -384,7 +384,7 @@ struct hypervisor_policy dummy_policy =
        .handle_post_exec_hook = dummy_handle_post_exec_hook,
        .custom = 1,
        .name = ``dummy''
-};
+@};
 
 @end smallexample
 @end cartouche