drd: Split handle_client_request()
commitb6c90012c2ee11b138432914caefe51d1e2d8f2c
authorBart Van Assche <bvanassche@acm.org>
Mon, 18 Nov 2024 21:15:36 +0000 (18 13:15 -0800)
committerBart Van Assche <bvanassche@acm.org>
Mon, 18 Nov 2024 21:25:31 +0000 (18 13:25 -0800)
tree7dd1317be5292562467a8250da9d38918f213d19
parenta00e024f62818abdedf17fdf87508b237798c2e3
drd: Split handle_client_request()

Make handle_client_request() easier to read by splitting it into two
functions: one for Valgrind core client requests and one for thread-
related client requests.
drd/drd_clientreq.c