[Cluster-devel] libcman.h causes problems in CPP programs

Patrick Caulfield pcaulfie at redhat.com
Fri Sep 1 07:39:07 UTC 2006


Zelikov_Mikhail at emc.com wrote:
> libcman.h contains prototypes with a CPP reserved word "private" which
> causes problems during compilation. It can be fixed by changing to
> "_private":
> For example, change
>     cman_handle_t cman_init(void *private);
> to
>     cman_handle_t cman_init(void *_private);
>  

Thanks, I'll commit that.

-- 

patrick




More information about the Cluster-devel mailing list