You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In slave.c, rq_pipe_1_svc has a lot of redundant code that I think could be put into a function call. You'd need to make sure that you're passing the arguments back correctly, but as there's about 40 lines of repeat code (78-115 in that file looks a lot like 157-187) it could be made a lot more elegant.
The text was updated successfully, but these errors were encountered:
In
slave.c
,rq_pipe_1_svc
has a lot of redundant code that I think could be put into a function call. You'd need to make sure that you're passing the arguments back correctly, but as there's about 40 lines of repeat code (78-115 in that file looks a lot like 157-187) it could be made a lot more elegant.The text was updated successfully, but these errors were encountered: