X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/544e6fac3fc91ae81d5daa4481562240c2cb2467..79b6186408f149d641b253ef0db88bd258c4eb3a:/src/simix/popping_private.h diff --git a/src/simix/popping_private.h b/src/simix/popping_private.h index c1f47e0832..abbc7566cf 100644 --- a/src/simix/popping_private.h +++ b/src/simix/popping_private.h @@ -1,11 +1,10 @@ -/* Copyright (c) 2007-2010, 2012-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-2017. 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 _POPPING_PRIVATE_H -#define _POPPING_PRIVATE_H +#ifndef SG_POPPING_PRIVATE_H +#define SG_POPPING_PRIVATE_H #include #include @@ -44,7 +43,7 @@ union u_smx_scalar { */ struct s_smx_simcall { e_smx_simcall_t call; - smx_process_t issuer; + smx_actor_t issuer; smx_timer_t timer; int mc_value; union u_smx_scalar args[11];