mpiEventMgrNotifyInsert

Declaration

long mpiEventMgrNotifyInsert(MPIEventMgr eventMgr,
                             MPINotify   notify,
                             MPINotify   insert)
Required Header: stdmpi.h

Description

mpiEventMgrNotifyInsert places a Notify object (insert) after another Notify object (notify) in the list (of Notify objects) maintained by an EventMgr object (eventMgr).

Return Values
MPIMessageOK

See Also