]> git.ipfire.org Git - thirdparty/samba.git/commit
ctdb: Fix redefinitoin of pmdaResult
authorAndreas Schneider <asn@samba.org>
Fri, 12 Sep 2025 13:37:38 +0000 (15:37 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Sat, 13 Sep 2025 08:12:42 +0000 (08:12 +0000)
commitd4b448c305f674646001e293d8aa6ebc0ca6dc77
treed782e48f12cbef4b2df1eece068a43ff11000936
parentbeaf661b1ec1f048efc8eb2b383fc989a79ae009
ctdb: Fix redefinitoin of pmdaResult

../../ctdb/utils/pmda/pmda_ctdb.c:52:9: warning: 'pmdaResult' redefined
   52 | #define pmdaResult pmResult
      |         ^~~~~~~~~~
In file included from ../../ctdb/utils/pmda/pmda_ctdb.c:35:
/usr/include/pcp/pmda.h:30:9: note: this is the location of the previous definition
   30 | #define pmdaResult pmResult_v2
      |         ^~~~~~~~~~

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15904

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Sat Sep 13 08:12:42 UTC 2025 on atb-devel-224
ctdb/utils/pmda/pmda_ctdb.c