Show PIDs in dump()
This commit is contained in:
@@ -343,6 +343,7 @@ class Node( object ):
|
|||||||
result += ' IP=' + str( self.IP() )
|
result += ' IP=' + str( self.IP() )
|
||||||
result += ' intfs=' + ','.join( sorted( self.intfs.values() ) )
|
result += ' intfs=' + ','.join( sorted( self.intfs.values() ) )
|
||||||
result += ' waiting=' + str( self.waiting )
|
result += ' waiting=' + str( self.waiting )
|
||||||
|
result += ' pid=' + str( self.pid )
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user