]> git.llucax.com Git - software/pymin.git/commit
procman.ProcessManager.restart(p) call start(p) when p was not running.
authorLeandro Lucarella <llucax@gmail.com>
Tue, 20 May 2008 04:11:57 +0000 (01:11 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 21 May 2008 16:01:57 +0000 (13:01 -0300)
commit0be984fe4fcec7cd0304ea90a06985918b4d789b
tree2a5aba12d6ed1a9cb70c4600b49b76a03de9210a
parentab490862207d7d09ae6b65c4b756bba0c4e9b4c3
procman.ProcessManager.restart(p) call start(p) when p was not running.

Otherwise, the namemap and pidmap are not updated.
pymin/procman.py