X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=log%2Flogread.c;h=625540822160cbd686aaac46e4b690f7464e1682;hb=ec4d07591d630044b54bd950f95a9d378145b3d3;hp=94b96dba835854f94c4bd74d1e4019de7323c637;hpb=6fbafd7d5b2835d00eb9d1684e7c6ccf907177b8;p=project%2Fubox.git 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();