X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2816e3ca51171ca2479ae699d682c8e37324cc57..bd08f5fb99eea01833b2b83730a0732443da8d38:/examples/msg/chainsend/iterator.h diff --git a/examples/msg/chainsend/iterator.h b/examples/msg/chainsend/iterator.h index 32679137e3..dfc26938f0 100644 --- a/examples/msg/chainsend/iterator.h +++ b/examples/msg/chainsend/iterator.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef KADEPLOY_ITERATOR_H #define KADEPLOY_ITERATOR_H @@ -30,7 +36,6 @@ xbt_dynar_t random_indices_list(int size); /* Shuffle */ /**************************************/ -static int rand_int(int n); void xbt_dynar_shuffle_in_place(xbt_dynar_t indices_list); #define xbt_dynar_swap_elements(d, type, i, j) \