]> git.itanic.dy.fi Git - scan-pagemap/commit
parser: Fix the order of argumets for list_add()
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 14 Aug 2010 16:56:09 +0000 (19:56 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 14 Aug 2010 16:56:09 +0000 (19:56 +0300)
commitffd580809472d8fb1c335e1a24f15623fb323a06
tree7956fbb01893551ac0f16a76e995052d780decbb
parentcc8fed015c81126b9a3a8e89e2feff016ba1ea8b
parser: Fix the order of argumets for list_add()

The parameters were in wrong order, thus causing the new pageframe
referencing node to be lost for most of the processes. The results
were thus showing only references for only the first pid that was
found, ignoring everything else. This fix will thus improve the
results dramatically.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
parse.c