From 9dac28c3beb960cb7332fe5a2898278b66f95337 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 8 Nov 2011 22:19:02 +0100 Subject: [PATCH] One day, we'll have to deal with route creation in sg_platf. That day, we'll need that data structure --- include/simgrid/platf.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index 8b09800ef4..b57e5b6e4e 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -80,6 +80,12 @@ typedef struct s_sg_platf_peer_cbarg { tmgr_trace_t state_trace; } s_sg_platf_peer_cbarg_t; +typedef struct s_sg_platf_linkctn_cbarg *sg_platf_linkctn_cbarg_t; +typedef struct s_sg_platf_linkctn_cbarg { + const char *id; + const char *direction; +} s_sg_platf_linkctn_cbarg_t; + XBT_PUBLIC(void) sg_platf_open(void); // Start a new platform XBT_PUBLIC(void) sg_platf_close(void); // Finish the creation of the platform -- 2.20.1