Well I got version 2.1.3 of Heartbeat and tried that on Solaris 10 and it had 
more issues then 2.0.7. All have been in lib/clplumbimg so far and most were; 

undefined symbols __FUNCTION__
void function can not return value

which are easy to fix. It does not seem that REBOOT1ARG gets set correctly.

The one that has me stopped is in GSource.c

static GSourceFuncs Gmain_timeout_funcs = {
  prepare:  Gmain_timeout_prepare,
  check:    Gmain_timeout_check,
  dispatch: Gmain_timeout_dispatch,
};

Not sure what to do with that.

Ken
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to