hotplug: support for interval commands
authorRafał Miłecki <zajec5@gmail.com>
Sat, 9 May 2015 20:02:03 +0000 (22:02 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 14 Jun 2015 17:11:34 +0000 (19:11 +0200)
commit9562ce477476a27851ec90cfbf971b8cb41c81a6
tree00c586edd0229eb0ad819cc82c5591b56023727a
parent09a48623fa914a985770ab17cfbecc2286cfae19
hotplug: support for interval commands

This allows executing code with a given interval. As every command, it
can be assign to any uevent.

Intervals may be useful for counting elapsed time since some action. It
allows e.g. indicating that button has been pressed for some time. This
is useful to let user know he can already release the button.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
plug/hotplug.c