Home
last modified time | relevance | path

Searched refs:currentproc (Results 1 – 1 of 1) sorted by relevance

/dports/net/nethogs/nethogs-0.8.5/src/
H A Dprocess.cpp170 Process *currentproc = current->getVal(); in findProcess() local
171 assert(currentproc != NULL); in findProcess()
173 if (node->pid == currentproc->pid) in findProcess()