mirror of
https://gitlab.com/manzerbredes/loosely-coupled-dss.git
synced 2025-04-05 19:16:26 +02:00
Update instrumentation
This commit is contained in:
parent
3b6e0ab0b8
commit
7e0bfe05d3
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ static void obs_node(std::vector<std::string> args) {
|
||||||
Payload *ack=m_ded->get<Payload>();
|
Payload *ack=m_ded->get<Payload>();
|
||||||
if(!ack->Abort){
|
if(!ack->Abort){
|
||||||
MODE_TX();
|
MODE_TX();
|
||||||
|
XBT_INFO("%s try a send",CNAME);
|
||||||
if(i.extended){
|
if(i.extended){
|
||||||
SEND(m_ded->put(p,p->DataSize));
|
SEND(m_ded->put(p,p->DataSize));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue