mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
remove broken field from stats table
This commit is contained in:
parent
5c6f5cfeba
commit
656fdf913e
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ void stats_reset(struct stats *s)
|
|||
|
||||
static struct table_column stats_cols[] = {
|
||||
{ 10, "Node", "%s", NULL, TABLE_ALIGN_LEFT },
|
||||
{ 10, "Recv", "%ju", "pkts", TABLE_ALIGN_RIGHT },
|
||||
// { 10, "Recv", "%ju", "pkts", TABLE_ALIGN_RIGHT },
|
||||
{ 10, "Sent", "%ju", "pkts", TABLE_ALIGN_RIGHT },
|
||||
{ 10, "OWD last", "%f", "secs", TABLE_ALIGN_RIGHT },
|
||||
{ 10, "OWD mean", "%f", "secs", TABLE_ALIGN_RIGHT },
|
||||
|
|
Loading…
Add table
Reference in a new issue