X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=libubus.c;h=dffbfeb958074aa3d27bc0fbe3e8102f99f6d366;hp=03899d6db44e766513053e0eb65a5acee27cc6ee;hb=a69f062cbd4041229f8d29ef9647bf783df414c1;hpb=d366a6de839087d8a17e5855c14ae55e95b13c65 diff --git a/libubus.c b/libubus.c index 03899d6..dffbfeb 100644 --- a/libubus.c +++ b/libubus.c @@ -232,6 +232,10 @@ void __hidden ubus_process_msg(struct ubus_context *ctx, struct ubus_msghdr *hdr case UBUS_MSG_UNSUBSCRIBE: ubus_process_unsubscribe(ctx, hdr); break; + + case UBUS_MSG_NOTIFY: + ubus_process_notify(ctx, hdr); + break; } }