|
@@ -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
|