AIS Cluster Membership API callbacks

Submitted by jozsefbiro on Tue, 2006-11-14 13:24.

Hi,

I have written a few example programs based on csa101 that exercise some AIS APIs (more precisely, AMF, CKPT and CLM APIs). Most of the exercised feature work well, but I have found one problem: I am not been able to use the async APIs of CLM, because the platform does not invoke the CLM callbacks. AMF and CKPT callbacks are invoked properly in very similar conditions.

This may of course be a bug in my example programs, but - just to be sure - I would like to ask you, whether CLM callbacks are supported by the current release. If the answer is yes, are there any special hints on their usage?

BR

József

Submitted by harikrishna_gp on Tue, 2006-11-14 23:12.

Hi József,
Are you talking about 'saClmClusterTrackCallback'and 'saClmClusterNodeGetCallback'?

Async version of APIs which result in execution of the above call backs are supported.

Hope this helps,
Hari