From 7674a7720bbe8d42cadbf0f83d6d534dc5c2f93b Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 8 Aug 2004 04:40:58 +0000 Subject: [PATCH] reflect the change of cbps API from v0.3 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@369 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- cruft/doc/gras-sections.txt | 21 ++++--- cruft/doc/tmpl/comm_datadesc.sgml | 97 +++++++++++++++++++++++++++++++ cruft/doc/tmpl/tbx_log.sgml | 10 ++-- 3 files changed, 114 insertions(+), 14 deletions(-) diff --git a/cruft/doc/gras-sections.txt b/cruft/doc/gras-sections.txt index 72e18364ea..4fe8975f7f 100644 --- a/cruft/doc/gras-sections.txt +++ b/cruft/doc/gras-sections.txt @@ -273,15 +273,18 @@ gras_datadesc_union_append gras_datadesc_union_close gras_datadesc_ref_pop_arr -gras_datadesc_cb_set_pre -gras_datadesc_cb_set_post - -gras_dd_cbps_pop -gras_dd_cbps_push -gras_dd_cbps_set -gras_dd_cbps_get -gras_dd_cbps_block_begin -gras_dd_cbps_block_end +gras_datadesc_cb_send +gras_datadesc_cb_recv + +gras_cbps_i_pop +gras_cbps_i_push + +gras_cbps_v_pop +gras_cbps_v_push +gras_cbps_v_set +gras_cbps_v_get +gras_cbps_block_begin +gras_cbps_block_end gras_arch_selfid diff --git a/cruft/doc/tmpl/comm_datadesc.sgml b/cruft/doc/tmpl/comm_datadesc.sgml index bc66682578..3f69830df4 100644 --- a/cruft/doc/tmpl/comm_datadesc.sgml +++ b/cruft/doc/tmpl/comm_datadesc.sgml @@ -180,6 +180,103 @@ Describing data to be exchanged @Returns: + + + + + +@type: +@pre: + + + + + + + +@type: +@post: + + + + + + + +@ps: +@Returns: + + + + + + + +@ps: +@val: + + + + + + + +@ps: +@name: +@ddt: +@res: +@Returns: + + + + + + + +@ps: +@name: +@data: +@ddt: +@Returns: + + + + + + + +@ps: +@name: +@data: +@ddt: + + + + + + + +@ps: +@name: +@ddt: + + + + + + + +@ps: + + + + + + + +@ps: + + diff --git a/cruft/doc/tmpl/tbx_log.sgml b/cruft/doc/tmpl/tbx_log.sgml index fefcb249be..2228bc2460 100644 --- a/cruft/doc/tmpl/tbx_log.sgml +++ b/cruft/doc/tmpl/tbx_log.sgml @@ -167,17 +167,17 @@ An easy-to-use, fast and flexible message logging architecture. (the string would typcially be a runtime option) */ gras_log_control_set("SA.thresh=3"); - /* This request is enabled, because WARNING >= INFO. */ + /* This request is enabled, because WARNING >= INFO. */ CWARN2(VSS, "Low fuel level."); - /* This request is disabled, because DEBUG < INFO. */ + /* This request is disabled, because DEBUG < INFO. */ CDEBUG2(VSS, "Starting search for nearest gas station."); /* The default category SA inherits its priority from VSS. Thus, - the following request is enabled because INFO >= INFO. */ + the following request is enabled because INFO >= INFO. */ INFO1("Located nearest gas station."); - /* This request is disabled, because DEBUG < INFO. */ + /* This request is disabled, because DEBUG < INFO. */ DEBUG1("Exiting gas station search"); } @@ -276,7 +276,7 @@ An easy-to-use, fast and flexible message logging architecture. Log4J has a 'rolling file appender' which you can select with a run-time - option & specify the max file size. This would be a nice default for + option and specify the max file size. This would be a nice default for non-kernel applications. -- 2.20.1