[Openais] take 5 of the 1049 patch

Mark Haverkamp markh at osdl.org
Mon Jan 30 13:41:57 PST 2006


On Sat, 2006-01-28 at 16:04 -0700, Steven Dake wrote:
> Ok here is the final version of the 1049 patch.  I'll commit Monday if
> there are no objections.
> 
> There were a few more bugs in the conversion process found with saftest
> suite which have been fixed.
> 
> Now there are a total of 8 test failures with saftest, which was better
> then our previous published saftest results.

Steve this code still references conn_info in evs.c:

#ifdef DEBUG
	for (i = 0; i < conn_info->conn_info_partner->ais_ci.u.libevs_ci.group_entries; i++) {
		printf ("Groups Left %s\n", 
					&conn_info->conn_info_partner->ais_ci.u.libevs_ci.groups[i].key);
	}
#endif

evs.c: In function ‘message_handler_req_evs_leave’:
evs.c:362: error: ‘conn_info’ undeclared (first use in this function)
evs.c:362: error: (Each undeclared identifier is reported only once
evs.c:362: error: for each function it appears in.)



debug is enabled in the top level Makefile causing the compile error.

Mark.


-- 
Mark Haverkamp <markh at osdl.org>




More information about the Openais mailing list