afb-stub-ws: Allow unordered process of messages
[src/app-framework-binder.git] / src / afb-stub-ws.c
index 5e57dba..eab897b 100644 (file)
@@ -649,7 +649,7 @@ static void on_hangup(void *closure)
 
 static int enqueue_processing(struct afb_proto_ws *proto, void (*callback)(int signum, void* arg), void *arg)
 {
-       return jobs_queue(proto, 0, callback, arg);
+       return jobs_queue(NULL /* proto */, 0, callback, arg);
 }
 
 /*****************************************************/