From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <55194C56.7010700@cchtml.com> Date: Mon, 30 Mar 2015 08:15:02 -0500 From: Michael Cronenworth MIME-Version: 1.0 To: Luiz Augusto von Dentz CC: "linux-bluetooth@vger.kernel.org" Subject: Re: header change affects c++ projects References: <5517B933.1080809@cchtml.com> <55185E7F.9040604@cchtml.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-bluetooth-owner@vger.kernel.org List-ID: On 03/30/2015 02:13 AM, Luiz Augusto von Dentz wrote: > uint128_t is a byte array: > > typedef struct { > uint8_t data[16]; > } uint128_t; > > There is no precision loss. Thanks, I did not see the definition. However, the conversion of void* *must* be fixed. This is the key issue.