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:
0611a92
)
fix initial object event sequence number
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 10 Feb 2011 00:37:32 +0000
(
01:37
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 10 Feb 2011 00:37:32 +0000
(
01:37
+0100)
ubusd_event.c
patch
|
blob
|
history
diff --git
a/ubusd_event.c
b/ubusd_event.c
index aae2e0d1452d418a5bd14698ea8a0652b1a15fc6..223ca4d8112edb4678d9666915d18c6b0f8b6168 100644
(file)
--- a/
ubusd_event.c
+++ b/
ubusd_event.c
@@
-5,7
+5,7
@@
static struct avl_tree patterns;
static LIST_HEAD(catch_all);
static struct ubus_object *event_obj;
static int event_seq = 0;
-static int obj_event_seq =
0
;
+static int obj_event_seq =
1
;
enum evs_type {
EVS_PATTERN,