Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #193 from Takishipp/signals
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 30 Jun 2017 20:38:10 +0000 (22:38 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2017 20:38:10 +0000 (22:38 +0200)
get sg_instr_new_router through a signal

1  2 
src/instr/instr_paje_types.cpp
src/surf/sg_platf.cpp
src/surf/xml/platf_private.hpp

Simple merge
Simple merge
@@@ -238,9 -238,12 +238,7 @@@ XBT_PUBLIC(int) surf_parse_get_debug()
  XBT_PUBLIC(void) surf_parse_set_debug(int bdebug);
  XBT_PUBLIC(int) surf_parse_lex_destroy();
  
 -/* To include files (?) */
 -XBT_PRIVATE void surfxml_bufferstack_push(int _new);
 -XBT_PRIVATE void surfxml_bufferstack_pop(int _new);
 -XBT_PUBLIC_DATA(int) surfxml_bufferstack_size;
 -
  XBT_PUBLIC(void) routing_route_free(sg_platf_route_cbarg_t route);
- /********** Instr. **********/
- XBT_PRIVATE void sg_instr_new_router(const char* name);
  
  SG_END_DECL()