nrgraham23 / LibJFabric

Java bindings for libfabric.
2 stars 0 forks source link

Add sread method #33

Closed nrgraham23 closed 8 years ago

nrgraham23 commented 8 years ago

This commit adds the sread method for EventQueue.java and the necessary supporting code/objects. EventEntry was added as a super class, with EQEntry, EQErrorEntry, and EQCMEntry inheriting from it. EventEntry subclasses combine the event enum and entry struct that can be returned from an event queue read.

Signed-off-by: Nathaniel Graham ngraham@lanl.gov