]> git.llucax.com Git - software/pymin.git/commit
Added support to hook services to IPHandler.
authorNicolas Emiliani <nemiliani@integratech.com.ar>
Mon, 26 Nov 2007 12:52:34 +0000 (09:52 -0300)
committerNicolas Emiliani <nemiliani@integratech.com.ar>
Mon, 26 Nov 2007 12:52:34 +0000 (09:52 -0300)
commitdd0f8fb145c838049cfc8a551de5e68bd964cb4f
tree1d029158ffa93c2cb788690bcefe11ed09469acf
parent7006c209ece1e718f7eba4094e9670e1b1391fe7
Added support to hook services to IPHandler.

A service that has to be restarted after detection
of a device bring up, can be hooked to do so by calling
the method device_up_hook. The service while be added to
the hook list only in case it has the attributes start
and stop.
pymin/services/ip/__init__.py