On Fri, Mar 5, 2010 at 8:29 PM, Alan Jones wrote:
> I'm trying to follow the code in lib/ais/plugin.c
> In many functions the first argument "conn" is assigned to a local
> "async_conn" which is never modified, e.g.:
>
> void pcmk_notify(void *conn, ais_void_ptr *msg)
> {
> const AIS_Message *
I'm trying to follow the code in lib/ais/plugin.c
In many functions the first argument "conn" is assigned to a local
"async_conn" which is never modified, e.g.:
void pcmk_notify(void *conn, ais_void_ptr *msg)
{
const AIS_Message *ais_msg = msg;
char *data = get_ais_data(ais_msg);
void