conn/chan tx/rx stat tracking

This commit is contained in:
Michael Davidsaver
2021-06-27 10:17:13 -07:00
parent c15285c272
commit 60d275412f
14 changed files with 56 additions and 14 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ Channel::~Channel()
to_wire(R, sid);
to_wire(R, cid);
}
conn->enqueueTxBody(CMD_DESTROY_CHANNEL);
statTx += conn->enqueueTxBody(CMD_DESTROY_CHANNEL);
}
}