]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
Constify notif_client
authorTom Tromey <tromey@adacore.com>
Wed, 21 Dec 2022 21:15:16 +0000 (14:15 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 20 Jan 2023 17:48:26 +0000 (10:48 -0700)
commit42938c1a5b84207e9b6526e56d8e57e1ad3bab5f
tree9283f9c7caaa77db215bc665c4f65c98a3e7ba4c
parent5a5319833d7bcac780f4a21cf1e72a4c5c67f575
Constify notif_client

It seems to me that a notif_client is read-only, so this patch changes
the code to use "const" everywhere.
gdb/remote-notif.c
gdb/remote-notif.h
gdb/remote.c
gdb/remote.h