summaryrefslogtreecommitdiffstats
path: root/hotplug.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-02-10 23:52:46 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-02-10 23:52:46 +0100
commit0e1ddb8cc10fab53958d5a73329efefaa49b7b12 (patch)
tree219ae97d69f3ae2835e50b98202295ee26f5082d /hotplug.c
parent38d78cba6ed4b42b0c1134bf05885d7e09537fde (diff)
downloadunitd-0e1ddb8cc10fab53958d5a73329efefaa49b7b12.tar
unitd-0e1ddb8cc10fab53958d5a73329efefaa49b7b12.zip
hotplug: add parser for new hotplug event rulesets (work in progress, not integrated yet)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'hotplug.c')
-rw-r--r--hotplug.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/hotplug.c b/hotplug.c
new file mode 100644
index 0000000..7e681f9
--- /dev/null
+++ b/hotplug.c
@@ -0,0 +1,10 @@
+#include "hotplug.h"
+
+void rule_handle_command(const char *name, struct blob_attr *data)
+{
+}
+
+void rule_error(struct blob_attr *cur, const char *msg)
+{
+}
+