From: Brian J. W. <Bri...@hp...> - 2002-10-14 18:56:29
|
> Registering a new ICS Channel > ============================== > 1) Declare the new channel using type ics_chan_t (typedef int). > > #include <cluster/ics.h> > ics_chant_t ics_test_chan; > ^^^^^^^^ > -----> should be ics_chan_t Thanks, Aneesh. I checked in a fix for this. -Brian |