Discussion:
[CI] typo in ci-linux documentation .
Aneesh Kumar K.V
2002-10-14 11:06:02 UTC
Permalink
Hi,

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

-aneesh
Brian J. Watson
2002-10-14 16:57:02 UTC
Permalink
Post by Aneesh Kumar K.V
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

Loading...