Renee Danson writes:
>    * Jim implementing additional feature requests from GUI team, looking
>      into bug report.

Update on that one: we found the problem; it was in the way the client
was using the interfaces (copying a data structure that pointed to
static data).  We're currently discussing how we can fix it -- either
eliminate that behavior from the client, or change the library
interface so that it allocates (and require the client to call a free
function for each event).

I'm working on Alan's sysevent update, which is a bit harder than
expected.  The locking structure isn't quite right -- if there can be
deletes, then you can't hold onto a pointer without a lock held.

I also just realized that "/var/nwam/door" is a mistake, because /var
can be mounted late.  This is going to have to be
"/etc/svc/volatile/nwam_door".

-- 
James Carlson, Solaris Networking              <james.d.carlson at sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

Reply via email to