A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
also cleanup the field names of s_sg_platf_router_cbarg_t
[simgrid.git]
/
include
/
simgrid
/
platf.h
diff --git
a/include/simgrid/platf.h
b/include/simgrid/platf.h
index
a10f884
..
3837ac9
100644
(file)
--- a/
include/simgrid/platf.h
+++ b/
include/simgrid/platf.h
@@
-43,8
+43,8
@@
typedef struct {
} s_sg_platf_host_cbarg_t, *sg_platf_host_cbarg_t;
typedef struct {
- const char*
V_router_
id;
- const char*
V_router_
coord;
+ const char* id;
+ const char* coord;
} s_sg_platf_router_cbarg_t, *sg_platf_router_cbarg_t;
typedef struct {