File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -942,6 +942,7 @@ void connection_CachePopulated(IXenConnection connection)
942942 // not required to upgrade, we at least warn them. // else if (server_max > current_version)
943943
944944 //int server_min = master.XenCenterMin();
945+ int server_min_res = master . XenCenterMin ( ) ;
945946 int server_min = 20 ; // XenServer 7.4 (jura)
946947 int server_max = master . XenCenterMax ( ) ;
947948
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ public enum API_Version
6363 API_2_13 = 24 , //Unreleased (oslo)
6464 API_2_14 = 25 , //Citrix Hypervisor 8.1 (quebec)
6565 API_2_15 = 26 , //Citrix Hypervisor 8.2 (stockholm)
66- LATEST = 26 ,
66+ API_2_16 = 27 , //Unreleased (next)
67+ LATEST = 27 ,
6768 UNKNOWN = 99
6869 }
6970
You can’t perform that action at this time.
0 commit comments