X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubox.git;a=blobdiff_plain;f=log%2Flogread.c;h=625540822160cbd686aaac46e4b690f7464e1682;hp=94b96dba835854f94c4bd74d1e4019de7323c637;hb=7ef8dda5115d8a2c1157c0438af710c555f40b32;hpb=6fbafd7d5b2835d00eb9d1684e7c6ccf907177b8 diff --git a/log/logread.c b/log/logread.c index 94b96db..6255408 100644 --- a/log/logread.c +++ b/log/logread.c @@ -223,10 +223,6 @@ static void logread_fd_cb(struct ubus_request *req, int fd) ustream_fd_init(&test_fd, fd); } -static void logread_complete_cb(struct ubus_request *req, int ret) -{ -} - int main(int argc, char **argv) { static struct ubus_request req; @@ -334,7 +330,6 @@ int main(int argc, char **argv) ubus_invoke_async(ctx, id, "read", b.head, &req); req.fd_cb = logread_fd_cb; - req.complete_cb = logread_complete_cb; ubus_complete_request_async(ctx, &req); uloop_run();