Hi all, looking at the meminfo handler code linuxmodule/module.cc:
"
sa << "outstanding news " << click_dmalloc_totalnew << "\n"
<< "news " << click_dmalloc_curnew << "\n";
"
Shouldn't it rather be the other way around:
sa << "outstanding news " << click_dmalloc_curnew << "\n"
<< "news " << click_dmalloc_totalnew << "\n";
Beyers
_______________________________________________
click mailing list
[email protected]
https://amsterdam.lcs.mit.edu/mailman/listinfo/click
