http://defect.opensolaris.org/bz/show_bug.cgi?id=10475
Summary: nwam_event_send()
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: NEW
Severity: minor
Priority: P4
Component: ON library
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: michael.hunter at sun.com
QAContact: nwam-dev at opensolaris.org
This comment doesn't match the code. We treat not blocking as catastrophic.
/*
* This shouldn't ever block but if it does it is catastrophic.
*/
if (msgsnd(msqid, (struct msgbuf *)event, event->size,
IPC_NOWAIT) == -1) {
assert(errno != EAGAIN);
err = nwam_errno_to_nwam_error(errno);
continue;
}
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.