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

Zelikov_Mikhail at emc.com Zelikov_Mikhail at emc.com
Thu Aug 31 18:54:49 UTC 2006


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);
 
     Mike





More information about the Cluster-devel mailing list