Show PIDs in dump()

This commit is contained in:
Brandon Heller
2010-03-13 16:36:34 -08:00
parent 8d3c2859e4
commit af380c8912
+1
View File
@@ -343,6 +343,7 @@ class Node( object ):
result += ' IP=' + str( self.IP() )
result += ' intfs=' + ','.join( sorted( self.intfs.values() ) )
result += ' waiting=' + str( self.waiting )
result += ' pid=' + str( self.pid )
return result