Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::ActiveMessageHandlerTable::HandlerEntry Struct Reference

#include <activemsg.h>

Collaboration diagram for Realm::ActiveMessageHandlerTable::HandlerEntry:

Public Attributes

TypeHash hash
 
const charname
 
MessageHandler handler
 
MessageHandlerNoTimeout handler_notimeout
 
MessageHandlerInline handler_inline
 
ActiveMessageHandlerStats stats
 
std::optional< const FragmentInfo &(*)(const void *)> extract_frag_info
 

Member Data Documentation

◆ extract_frag_info

std::optional<const FragmentInfo &(*)(const void *)> Realm::ActiveMessageHandlerTable::HandlerEntry::extract_frag_info

◆ handler

MessageHandler Realm::ActiveMessageHandlerTable::HandlerEntry::handler

◆ handler_inline

MessageHandlerInline Realm::ActiveMessageHandlerTable::HandlerEntry::handler_inline

◆ handler_notimeout

MessageHandlerNoTimeout Realm::ActiveMessageHandlerTable::HandlerEntry::handler_notimeout

◆ hash

TypeHash Realm::ActiveMessageHandlerTable::HandlerEntry::hash

◆ name

const char* Realm::ActiveMessageHandlerTable::HandlerEntry::name

◆ stats

ActiveMessageHandlerStats Realm::ActiveMessageHandlerTable::HandlerEntry::stats

The documentation for this struct was generated from the following file: