VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::IoUringPrefetchResult Struct Reference

#include <io_uring_prefetch.hpp>

Public Attributes

bool compiled {false}
 
bool attempted {false}
 
bool succeeded {false}
 
std::size_t bytes_requested {0}
 
int error_code {0}
 

Detailed Description

Definition at line 17 of file io_uring_prefetch.hpp.

Member Data Documentation

◆ attempted

bool velographx::IoUringPrefetchResult::attempted {false}

Definition at line 19 of file io_uring_prefetch.hpp.

Referenced by velographx::IoUringPrefetchAdvisor::prefetch().

◆ bytes_requested

std::size_t velographx::IoUringPrefetchResult::bytes_requested {0}

Definition at line 21 of file io_uring_prefetch.hpp.

Referenced by velographx::IoUringPrefetchAdvisor::prefetch().

◆ compiled

bool velographx::IoUringPrefetchResult::compiled {false}

Definition at line 18 of file io_uring_prefetch.hpp.

Referenced by velographx::IoUringPrefetchAdvisor::prefetch().

◆ error_code

int velographx::IoUringPrefetchResult::error_code {0}

Definition at line 22 of file io_uring_prefetch.hpp.

Referenced by velographx::IoUringPrefetchAdvisor::prefetch().

◆ succeeded

bool velographx::IoUringPrefetchResult::succeeded {false}

Definition at line 20 of file io_uring_prefetch.hpp.

Referenced by velographx::IoUringPrefetchAdvisor::prefetch().


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