On 1/13/2010 6:08 PM, David Teigland wrote:
> On Wed, Jan 13, 2010 at 02:49:53PM +1100, Angus Salkeld wrote:
>> On Wed, Jan 13, 2010 at 6:06 AM, David Teigland <[email protected]> wrote:
>>> corosync-objctl used to print a lot of useful information which now
>>> appears only as **binary**. ?Is there a way to get that back?
>>> Perhaps two output modes, one where it prints binary values in hex and
>>> another where it makes a best effort to interpret and print the values
>>> in a useful form?
>>>
>>> Dave
>>
>> Hi David
>>
>> The keys are now typed, the default as used by the old API
>> defaults to ANY (or void*). So if we have uses of the old API
>> then these objects are printed out as **BINARY**. If they are in actual
>> fact strings then we need to update the call to key_create()
>> to use the new API, which alows us to pass in the type (in this case
>> STRING).
> 
> I wonder if there's anything preventing us from using the new API in the
> cluster.git code?

At this point in time nothing blocks us to change to the new API, but
when it landed in corosync we didn“t have the time to suck the changes
in before release.

Fabio

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to