From: Mathieu Desnoyers Date: Wed, 8 Sep 2021 20:19:39 +0000 (-0400) Subject: wfcqueue: combine C++ API cds_wfcq_head_cast with overloading X-Git-Tag: v0.14.0~52 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=aaf0064b54f12f081535979a06936cc378421da1;hp=aaf0064b54f12f081535979a06936cc378421da1;p=urcu.git wfcqueue: combine C++ API cds_wfcq_head_cast with overloading For the sake of wrapper API, implement a cds_wfcq_head_cast_cpp with overloading, thus leaving in place the cds_wfcq_head_cast and __cds_wfcq_head_cast C identifiers already exposed by the C++ API. Signed-off-by: Mathieu Desnoyers Change-Id: Id9781d46290c47b81a57f48fc045b6307c1143de ---