Skip to content

Commit 341b53c

Browse files
committed
Added manually messages that are not autogenerated.
1 parent 4f3f08f commit 341b53c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ocaml/sdk-gen/csharp/templates/Message2.mustache

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ namespace XenAPI
4343
LEAF_COALESCE_COMPLETED,
4444
LEAF_COALESCE_FAILED,
4545
POST_ATTACH_SCAN_FAILED,
46+
WLB_HOST_POWER_OFF,
47+
WLB_HOST_POWER_ON,
48+
WLB_SERVER_TIME_DISCREPANCY,
4649
WLB_VM_RELOCATION,
4750
{{#message_types}}
4851
{{{message_type}}},
@@ -74,6 +77,12 @@ namespace XenAPI
7477
return MessageType.LEAF_COALESCE_FAILED;
7578
case "POST_ATTACH_SCAN_FAILED":
7679
return MessageType.POST_ATTACH_SCAN_FAILED;
80+
case "WLB_HOST_POWER_OFF":
81+
return MessageType.WLB_HOST_POWER_OFF;
82+
case "WLB_HOST_POWER_ON":
83+
return MessageType.WLB_HOST_POWER_ON;
84+
case "WLB_SERVER_TIME_DISCREPANCY":
85+
return MessageType.WLB_SERVER_TIME_DISCREPANCY;
7786
case "WLB_VM_RELOCATION":
7887
return MessageType.WLB_VM_RELOCATION;
7988
{{#message_types}}

0 commit comments

Comments
 (0)