Set lost event ID on dropped events.

(Logical change 1.138)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@495 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Mark Haverkamp 2005-02-15 23:10:40 +00:00
parent e139df460d
commit 2f5f075bfa

View File

@ -1137,6 +1137,7 @@ saEvtEventAllocate(
edi->edi_channel_handle = channelHandle;
edi->edi_pub_node = evti->ei_node_id;
edi->edi_priority = SA_EVT_LOWEST_PRIORITY;
edi->edi_event_id = SA_EVT_EVENTID_NONE;
saHandleInstancePut (&event_handle_db, *eventHandle);
alloc_put2: