* [Cluster-devel] libcman.h causes problems in CPP programs
@ 2006-08-31 18:54 Zelikov_Mikhail
2006-09-01 7:39 ` Patrick Caulfield
0 siblings, 1 reply; 2+ messages in thread
From: Zelikov_Mikhail @ 2006-08-31 18:54 UTC (permalink / raw)
To: cluster-devel.redhat.com
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Cluster-devel] libcman.h causes problems in CPP programs
2006-08-31 18:54 [Cluster-devel] libcman.h causes problems in CPP programs Zelikov_Mikhail
@ 2006-09-01 7:39 ` Patrick Caulfield
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Caulfield @ 2006-09-01 7:39 UTC (permalink / raw)
To: cluster-devel.redhat.com
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-01 7:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-31 18:54 [Cluster-devel] libcman.h causes problems in CPP programs Zelikov_Mikhail
2006-09-01 7:39 ` Patrick Caulfield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).