From 7e0bfe05d3093b20fcee08394e1c63d5e59fabf6 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 17 Sep 2022 16:44:29 +0200 Subject: [PATCH] Update instrumentation --- src/simulator.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simulator.cc b/src/simulator.cc index aedf810..0215b32 100644 --- a/src/simulator.cc +++ b/src/simulator.cc @@ -199,6 +199,7 @@ static void obs_node(std::vector args) { Payload *ack=m_ded->get(); if(!ack->Abort){ MODE_TX(); + XBT_INFO("%s try a send",CNAME); if(i.extended){ SEND(m_ded->put(p,p->DataSize)); }