]> sourceware.org Git - lvm2.git/commit
cov: drop unneeded constness
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 11 May 2023 17:17:18 +0000 (19:17 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 9 Jun 2023 16:01:16 +0000 (18:01 +0200)
commit4d648380484ecf58c33f92a84950bb0bf39424ef
treea828818e396104e8440c5b1f4e9af0a3f4de87ee
parent17ee5df8576acf628d88fd6840ce55aa1388d6d1
cov: drop unneeded constness

If we want to have const structure - use a const pointer to avoid,
however making individual members const make it only assingle
in construct time and we already violate this logic since
we memcpy into the structure -  so drop these unnecessary consts...
daemons/lvmpolld/lvmpolld-data-utils.h
This page took 0.0393 seconds and 5 git commands to generate.