projects
/
oweals
/
ubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9f6025
)
remove old data structures
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Feb 2011 00:42:12 +0000
(
01:42
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Feb 2011 00:42:12 +0000
(
01:42
+0100)
ubusd_event.c
patch
|
blob
|
history
diff --git
a/ubusd_event.c
b/ubusd_event.c
index dfffdeeadd051394da7da1e99d21b0adece98a40..8e15d8d6a220870927cf1f495c6d1b4d014f114c 100644
(file)
--- a/
ubusd_event.c
+++ b/
ubusd_event.c
@@
-24,18
+24,6
@@
struct event_source {
};
};
-struct event_pattern {
- struct event_source evs;
- struct list_head list;
-};
-
-struct event_catchall {
- struct event_source evs;
-
- struct list_head list;
- struct ubus_object *obj;
-};
-
static void ubusd_delete_event_source(struct event_source *evs)
{
list_del(&evs->list);