Message ID | 20240312221422.81253-1-stephen@networkplumber.org (mailing list archive) |
---|---|
Headers | show |
Series | constify tc XXX_util structures | expand |
Hello: This series was applied to iproute2/iproute2.git (main) by Stephen Hemminger <stephen@networkplumber.org>: On Tue, 12 Mar 2024 15:12:38 -0700 you wrote: > Constify the pointers to tc util struct. Only place it needs > to mutable is when discovering and linking in new util structs. > > Stephen Hemminger (4): > tc: make qdisc_util arg const > tc: make filter_util args const > tc: make action_util arg const > tc: make exec_util arg const > > [...] Here is the summary with links: - [iproute2,1/4] tc: make qdisc_util arg const https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=8576afbb893b - [iproute2,2/4] tc: make filter_util args const https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=fa740c21b441 - [iproute2,3/4] tc: make action_util arg const https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=38b0e6c120a8 - [iproute2,4/4] tc: make exec_util arg const https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=9fb634deec9e You are awesome, thank you!