Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::DiskRequest Class Reference

#include <channel_disk.h>

Inheritance diagram for Realm::DiskRequest:
Collaboration diagram for Realm::DiskRequest:

Public Attributes

int fd
 
void * mem_base
 
off_t disk_off
 
- Public Attributes inherited from Realm::Request
XferDesxd
 
int src_port_idx
 
int dst_port_idx
 
off_t src_off
 
off_t dst_off
 
off_t src_str
 
off_t dst_str
 
off_t src_pstr
 
off_t dst_pstr
 
size_t nbytes
 
size_t nlines
 
size_t nplanes
 
bool is_read_done
 
bool is_write_done
 
Dimension dim
 
size_t read_seq_pos
 
size_t read_seq_count
 
size_t write_seq_pos
 
size_t write_seq_count
 

Additional Inherited Members

- Public Types inherited from Realm::Request
enum  Dimension { DIM_1D , DIM_2D , DIM_3D }
 

Member Data Documentation

◆ disk_off

off_t Realm::DiskRequest::disk_off

◆ fd

int Realm::DiskRequest::fd

◆ mem_base

void* Realm::DiskRequest::mem_base

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