[Click] meminfo

Beyers Cronje bcronje at gmail.com
Sat Jun 3 22:29:31 EDT 2006


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


More information about the click mailing list