Grappa  r3821, hash 22cd626d567a91ead5b23302066d1e9469f45c66
IncoherentAcquirer< T >::RequestArgs Struct Reference

Args for incoherent acquire request. More...

#include <IncoherentAcquirer.hpp>

Public Attributes

GlobalAddress< T > request_address
 
size_t request_bytes
 
GlobalAddress< IncoherentAcquirerreply_address
 
int offset
 

Detailed Description

template<typename T>
struct IncoherentAcquirer< T >::RequestArgs

Args for incoherent acquire request.

Definition at line 289 of file IncoherentAcquirer.hpp.

Member Data Documentation

template<typename T >
int IncoherentAcquirer< T >::RequestArgs::offset

Definition at line 293 of file IncoherentAcquirer.hpp.

template<typename T >
GlobalAddress< IncoherentAcquirer > IncoherentAcquirer< T >::RequestArgs::reply_address

Definition at line 292 of file IncoherentAcquirer.hpp.

template<typename T >
GlobalAddress< T > IncoherentAcquirer< T >::RequestArgs::request_address

Definition at line 290 of file IncoherentAcquirer.hpp.

template<typename T >
size_t IncoherentAcquirer< T >::RequestArgs::request_bytes

Definition at line 291 of file IncoherentAcquirer.hpp.


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