X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-stub-ws.c;fp=src%2Fafb-stub-ws.c;h=9bc52044c0d46a1d68f4e09baef1186cb98cf19c;hb=ec04e7de2d8068c804acff096e88e81b9cde70e7;hp=a41a9b024f3a8f74ea460de01ac6063edee8bca1;hpb=5c23f4a29c9194fe7c16eb2a068f1d7e24bf57a7;p=src%2Fapp-framework-binder.git diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c index a41a9b02..9bc52044 100644 --- a/src/afb-stub-ws.c +++ b/src/afb-stub-ws.c @@ -645,9 +645,9 @@ static void on_hangup(void *closure) } } -static int enqueue_processing(void (*callback)(int signum, void* arg), void *arg) +static int enqueue_processing(struct afb_proto_ws *proto, void (*callback)(int signum, void* arg), void *arg) { - return jobs_queue(NULL, 0, callback, arg); + return jobs_queue(proto, 0, callback, arg); } /*****************************************************/