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).

Can you send me the output of objctl.

I just want to see which objects are still not created correctly.

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

Reply via email to