X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bc32172a5bce08c706af05c9db581b21150b4792..0c2a4890b8024abfe6d12928faad593f1e6eddbf:/src/instr/instr_private.h diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index c11427f96e..0bc4f9d2a8 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -98,6 +98,7 @@ void new_pajeSubVariable (double timestamp, container_t container, type_t type, void new_pajeSetState (double timestamp, container_t container, type_t type, val_t value); void new_pajePushState (double timestamp, container_t container, type_t type, val_t value); void new_pajePopState (double timestamp, container_t container, type_t type); +void new_pajeResetState (double timestamp, container_t container, type_t type); void new_pajeStartLink (double timestamp, container_t container, type_t type, container_t sourceContainer, const char *value, const char *key); void new_pajeEndLink (double timestamp, container_t container, type_t type, container_t destContainer, const char *value, const char *key); void new_pajeNewEvent (double timestamp, container_t container, type_t type, val_t value);