From 5830b3e635fa9e5a493d8cc9a2006bff50c67d50 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 13 Jul 2009 15:25:50 +0000 Subject: [PATCH] cosmetics (giva a name to a struct) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6470 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/include/surf/surf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index eb4ec5b555..12c74dc1af 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -78,7 +78,7 @@ XBT_PUBLIC(int) find_model_description(s_surf_model_description_t * table, surf_model_t model_type; } s_surf_action_t; - typedef struct { + typedef struct surf_action_lmm { s_surf_action_t generic_action; lmm_variable_t variable; int suspended; -- 2.20.1