[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 03 of 12] xenpaging: remove srand call
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1307437211 -7200 # Node ID e2480aad3a3bd4e801bd79daf1b6ee77efe1ed7c # Parent d22489c1b10a7fd17fca635d0a29dc774cf97bf3 xenpaging: remove srand call The policy uses now a linear algorithm instead of a random one. Remove the call to srand(). Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> diff -r d22489c1b10a -r e2480aad3a3b tools/xenpaging/xenpaging.c --- a/tools/xenpaging/xenpaging.c Tue Jun 07 11:00:10 2011 +0200 +++ b/tools/xenpaging/xenpaging.c Tue Jun 07 11:00:11 2011 +0200 @@ -544,9 +544,6 @@ int main(int argc, char *argv[]) domain_id = atoi(argv[1]); num_pages = atoi(argv[2]); - /* Seed random-number generator */ - srand(time(NULL)); - /* Initialise domain paging */ paging = xenpaging_init(domain_id); if ( paging == NULL ) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |