From 470cb0c17bc3f2163b36a4c10d31716b0a437baa Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 3 Apr 2012 08:14:43 -1000 Subject: [PATCH 1/1] simcall is not directly parsable since it contains inlined structures. We should either manually build it w/o parsing, on improve the parser --- tools/gras/s_smx_process_t | 1 - tools/gras/struct_diff.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/gras/s_smx_process_t b/tools/gras/s_smx_process_t index a3526ed84e..877d527bf5 100644 --- a/tools/gras/s_smx_process_t +++ b/tools/gras/s_smx_process_t @@ -14,7 +14,6 @@ struct s_smx_process_t { smx_action_t waiting_action; xbt_fifo_t comms; xbt_dict_t properties; - s_smx_simcall_t simcall; } s_smx_process_t; diff --git a/tools/gras/struct_diff.c b/tools/gras/struct_diff.c index 4de4567f72..5e41d31beb 100644 --- a/tools/gras/struct_diff.c +++ b/tools/gras/struct_diff.c @@ -126,7 +126,7 @@ int main(int argc, char** argv) { exit(1); } - parse_from_file("s_smx_simcall_t"); +// parse_from_file("s_smx_simcall_t"); parse_from_file(argv[1]); int cpt; -- 2.20.1