[OCF]cluster event notification api?
Dan Kegel
ocf@lists.community.tummy.com
Wed, 29 Oct 2003 17:25:09 -0800
Mark Haverkamp wrote:
> On Wed, 2003-10-29 at 12:57, Dan Kegel wrote:
>
>>Hi folks,
>>I'm looking around for a nice event notification api,
>>and I couldn't help but notice
>>http://www.opencf.org/cgi-bin/viewcvs.cgi/specs/event/Event.api?rev=1.4
>>and the sample implementation of the 0.3 version of the spec at
>>http://developer.osdl.org/dev/osdlclusters/
>>and
>>http://umn.dl.sourceforge.net/sourceforge/osdlcluster/osdlcluster_20020819.tgz
>>
>>I have a number of comments on the proposed API
>>(e.g. "why the heck do you need oc_ev_event_done()?").
>
>
> This was to indicate that the memory associated with the event could be
> deallocated. Similar to the SAF event free function.
Should it be named oc_ev_event_free(), then?
- Dan