20#include "./BlockingP2PCommunicationEvent.hpp"
23 otf2::definition::location* location,
24 types::communicator* communicator) : timepoint(
25 timepoint), location(location), communicator(communicator) {}
36 return timepoint + BLOCKING_EVENT_DURATION;
otf2::chrono::duration getStartTime() const override
otf2::chrono::duration getEndTime() const override
BlockingP2PCommunicationEvent(const otf2::chrono::duration &timepoint, otf2::definition::location *location, types::communicator *communicator)
otf2::chrono::duration timepoint
types::communicator * getCommunicator() const override
types::communicator * communicator
otf2::definition::location * getLocation() const override
otf2::definition::location * location