From e65bb0d9728e27ef89f57274e60f13e94820d5f9 Mon Sep 17 00:00:00 2001 From: alegrand Date: Wed, 8 Dec 2004 22:45:19 +0000 Subject: [PATCH] Destruction of a relic of the revolution gras->xbt git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@563 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/gras/process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gras/process.h b/include/gras/process.h index 272c4d2c1a..5c7047bbe2 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -55,7 +55,7 @@ void gras_userdata_set(void *ud); * Malloc and set the data associated with the current process. */ -#define gras_userdata_new(type) (gras_userdata_set(gras_new0(type,1)),gras_userdata_get()) +#define gras_userdata_new(type) (gras_userdata_set(xbt_new0(type,1)),gras_userdata_get()) END_DECL -- 2.20.1