|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH] Increase the number of domain info structs returned pe
# HG changeset patch
# User David Scott <dave.scott@xxxxxxxxxxxxx>
# Date 1259946594 0
# Node ID 33811c04f39c20e549e00cd1fd5b4451bf17bc40
# Parent 8460214cfcd7ba7e61c15d38ec21757a7e0e07d9
CA-35397: Increase the number of domain info structs returned per call from 2
to 100.
Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>
diff -r 8460214cfcd7 -r 33811c04f39c xc/xc.ml
--- a/xc/xc.ml Thu Nov 26 14:39:06 2009 +0000
+++ b/xc/xc.ml Fri Dec 04 17:09:54 2009 +0000
@@ -156,7 +156,7 @@
= "stub_xc_domain_getinfolist"
let domain_getinfolist handle first_domain =
- let nb = 2 in
+ let nb = 100 in
let last_domid l = (List.hd l).domid + 1 in
let rec __getlist from =
let l = _domain_getinfolist handle from nb in
1 file changed, 1 insertion(+), 1 deletion(-)
xc/xc.ml | 2 +-
xen-api-libs.hg.patch
Description: Text Data
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-API] [PATCH] Increase the number of domain info structs returned per call from 2 to 100,
David Scott <=
|
|
|
|
|