瀏覽代碼

doc

M    doc/chapters/sched_ctx_hypervisor.texi
Andra Hugo 13 年之前
父節點
當前提交
e99f3b5aaf
共有 1 個文件被更改,包括 2 次插入2 次删除
  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