]> git.itanic.dy.fi Git - rrdd/commit
process: Remove get_sibling_count()
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 15 Apr 2012 17:26:02 +0000 (20:26 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 15 Apr 2012 17:26:02 +0000 (20:26 +0300)
commit7ff9c4de3f4bfc4bbb9ccb8f9ac11c888a7f789e
treecb61d513432a26c6278a84a5824a9a0443199e5d
parent19ca1e26fd2ee5efe3af7b6b4b981cb127d1556c
process: Remove get_sibling_count()

This function does not really provide any useful information. It was
used only in the debug prints, where it was printed after the pid
number. However, it is much more useful to print the parent count
instead to see how deep we are in the fork chain.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
debug.h
process.c
process.h